同步代码

This commit is contained in:
ChenX
2023-08-07 14:56:19 +08:00
parent b535db4ba8
commit 2adf047675
244 changed files with 3542 additions and 1255 deletions

5
types/Common/CommandFlipZMatrix.d.ts vendored Normal file
View File

@@ -0,0 +1,5 @@
import { Command } from "../Editor/CommandMachine";
export declare class Command_FlipZMatrix implements Command {
exec(): Promise<void>;
}
//# sourceMappingURL=CommandFlipZMatrix.d.ts.map