使用Lerna 和 monorepo管理项目结构
This commit is contained in:
5
packages/core/src/ECS/Systems/index.ts
Normal file
5
packages/core/src/ECS/Systems/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
// ECS系统导出
|
||||
export { EntitySystem } from './EntitySystem';
|
||||
export { ProcessingSystem } from './ProcessingSystem';
|
||||
export { PassiveSystem } from './PassiveSystem';
|
||||
export { IntervalSystem } from './IntervalSystem';
|
||||
Reference in New Issue
Block a user