UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

11 lines 317 B
export default EntityRemoveAction; /** * @extends {Action<Editor>} */ declare class EntityRemoveAction extends Action<Editor> { constructor(entity: any); entity: any; components: any[]; } import { Action } from "../../../src/core/process/undo/Action.js"; //# sourceMappingURL=EntityRemoveAction.d.ts.map