webcad-ue4-api/types/Add-on/interfere.d.ts
2024-10-29 17:14:43 +08:00

7 lines
280 B
TypeScript

import { CheckInterfereTool } from '../Common/InterfereUtil';
import { Command } from './../Editor/CommandMachine';
export declare class Interfere implements Command {
checkInterfereTool: CheckInterfereTool;
exec(): Promise<void>;
}
//# sourceMappingURL=interfere.d.ts.map