@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
8 lines • 325 B
TypeScript
export default EditorEntitySystem;
declare class EditorEntitySystem extends System<any, any, any, any, any> {
constructor();
dependencies: (typeof EditorEntity)[];
}
import { System } from "../../src/engine/ecs/System.js";
import EditorEntity from "./EditorEntity.js";
//# sourceMappingURL=EditorEntitySystem.d.ts.map