2020-09-24 11:04:12 +08:00
|
|
|
import { Command } from '../Editor/CommandMachine';
|
2020-10-15 10:22:20 +08:00
|
|
|
import { UpdateEntityDrawTask } from './UpdateEntityDrawTask';
|
2020-09-24 11:04:12 +08:00
|
|
|
export declare class Command_Copy implements Command {
|
|
|
|
exec(): Promise<void>;
|
2020-10-15 10:22:20 +08:00
|
|
|
UpdateTask: UpdateEntityDrawTask;
|
2020-09-24 11:04:12 +08:00
|
|
|
}
|
|
|
|
//# sourceMappingURL=Copy.d.ts.map
|