增加户型部分
This commit is contained in:
3
types/Add-on/Break.d.ts
vendored
3
types/Add-on/Break.d.ts
vendored
@@ -2,4 +2,7 @@ import { Command } from "../Editor/CommandMachine";
|
||||
export declare class Command_Break implements Command {
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
export declare class Command_BreakAll implements Command {
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
//# sourceMappingURL=Break.d.ts.map
|
Reference in New Issue
Block a user