更新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

5
types/Add-on/ResetCustomCommand.d.ts vendored Normal file
View File

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