Files
esengine/examples/wechat-worker-demo/src/index.ts

7 lines
248 B
TypeScript
Raw Permalink Normal View History

/**
* ESEngine Worker System
* ESEngine Worker System WeChat Mini Game Example
*/
export { Position, Velocity, Physics, Renderable } from './components';
export { PhysicsWorkerSystem } from './systems/PhysicsWorkerSystem';