更新api

This commit is contained in:
FishOrBear
2021-07-27 19:36:17 +08:00
parent 6af53cc797
commit 80cbd6b5fe
699 changed files with 29158 additions and 4562 deletions

View File

@@ -1,5 +1,10 @@
import { Entity } from "../DatabaseServices/Entity/Entity";
import { Command } from "../Editor/CommandMachine";
export declare class Command_M0 implements Command {
exec(): Promise<void>;
}
export declare class Command_PackageMove implements Command {
exec(): Promise<void>;
PackageMove(ents: Entity[], oents: Entity[], i1: number, i2: number, i1d?: number, i2d?: number): void;
}
//# sourceMappingURL=MoveToWCS0.d.ts.map