Files
esengine/packages/core/src/ECS/Systems/index.ts

5 lines
220 B
TypeScript
Raw Normal View History

// ECS系统导出
export { EntitySystem } from './EntitySystem';
export { ProcessingSystem } from './ProcessingSystem';
export { PassiveSystem } from './PassiveSystem';
export { IntervalSystem } from './IntervalSystem';