UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

9 lines 317 B
export default MotionSystem; declare class MotionSystem extends System<any, any, any, any, any> { constructor(); dependencies: (typeof Motion)[]; update(timeDelta: any): void; } import { System } from '../System.js'; import Motion from '../components/Motion.js'; //# sourceMappingURL=MotionSystem.d.ts.map