webcad-ue4-api/types/Add-on/Copy.d.ts

19 lines
468 B
TypeScript
Raw Normal View History

2021-01-28 10:17:21 +08:00
import { Command } from '../Editor/CommandMachine';
2022-02-16 11:15:31 +08:00
/**
* copy
*
*
*
*
*
*
*
*
*
*
* ( )
*/
2021-01-28 10:17:21 +08:00
export declare class Command_Copy implements Command {
exec(): Promise<void>;
}
//# sourceMappingURL=Copy.d.ts.map