7 lines
307 B
TypeScript
7 lines
307 B
TypeScript
|
|
// ECS工具类导出
|
||
|
|
export { EntityList } from './EntityList';
|
||
|
|
export { EntityProcessorList } from './EntityProcessorList';
|
||
|
|
export { IdentifierPool } from './IdentifierPool';
|
||
|
|
export { Matcher } from './Matcher';
|
||
|
|
export { Bits } from './Bits';
|
||
|
|
export { ComponentTypeManager } from './ComponentTypeManager';
|