webcad-ue4-api/types/Add-on/CommandSideModelFeediing.d.ts
2024-08-14 17:08:00 +08:00

6 lines
224 B
TypeScript

import { Command } from "../Editor/CommandMachine";
export declare class SideModelFeedingCommand implements Command {
exec(): Promise<void>;
private OrderText;
}
//# sourceMappingURL=CommandSideModelFeediing.d.ts.map