webcad-ue4-api/types/Common/CommandSetLineUCS.d.ts
2023-08-07 14:56:19 +08:00

6 lines
212 B
TypeScript

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