ver
This commit is contained in:
8
types/Add-on/CommandFeeding.d.ts
vendored
Normal file
8
types/Add-on/CommandFeeding.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import { Command } from "../Editor/CommandMachine";
|
||||
export declare class FeedingCommand implements Command {
|
||||
exec(): Promise<void>;
|
||||
private DrawFeedingDim;
|
||||
private TestModeling;
|
||||
private DrawBrInfoText;
|
||||
}
|
||||
//# sourceMappingURL=CommandFeeding.d.ts.map
|
Reference in New Issue
Block a user