7 lines
271 B
TypeScript
7 lines
271 B
TypeScript
import { Command } from '../Editor/CommandMachine';
|
|
import { UpdateEntityDrawTask } from './UpdateEntityDrawTask';
|
|
export declare class Command_Copy implements Command {
|
|
exec(): Promise<void>;
|
|
UpdateTask: UpdateEntityDrawTask;
|
|
}
|
|
//# sourceMappingURL=Copy.d.ts.map
|