2024-03-26 11:10:20 +08:00
|
|
|
import { Command } from "../Editor/CommandMachine";
|
|
|
|
export declare class FeedingCommand implements Command {
|
|
|
|
exec(): Promise<void>;
|
2024-12-09 10:12:56 +08:00
|
|
|
private DrawFeedingDim;
|
2024-03-26 11:10:20 +08:00
|
|
|
private TestModeling;
|
2024-12-09 10:12:56 +08:00
|
|
|
private DrawBrInfoText;
|
2024-03-26 11:10:20 +08:00
|
|
|
}
|
|
|
|
//# sourceMappingURL=CommandFeeding.d.ts.map
|