7 lines
248 B
TypeScript
7 lines
248 B
TypeScript
/**
|
|
* ESEngine Worker System 微信小游戏示例
|
|
* ESEngine Worker System WeChat Mini Game Example
|
|
*/
|
|
export { Position, Velocity, Physics, Renderable } from './components';
|
|
export { PhysicsWorkerSystem } from './systems/PhysicsWorkerSystem';
|