5 lines
221 B
TypeScript
5 lines
221 B
TypeScript
|
|
// ECS系统导出
|
||
|
|
export { EntitySystem } from './EntitySystem';
|
||
|
|
export { ProcessingSystem } from './ProcessingSystem';
|
||
|
|
export { PassiveSystem } from './PassiveSystem';
|
||
|
|
export { IntervalSystem } from './IntervalSystem';
|