2025-06-07 20:32:43 +08:00
|
|
|
// ECS工具类导出
|
|
|
|
|
export { EntityList } from './EntityList';
|
|
|
|
|
export { EntityProcessorList } from './EntityProcessorList';
|
|
|
|
|
export { IdentifierPool } from './IdentifierPool';
|
|
|
|
|
export { Matcher } from './Matcher';
|
|
|
|
|
export { Bits } from './Bits';
|
2025-08-07 13:29:12 +08:00
|
|
|
export { ComponentTypeManager } from './ComponentTypeManager';
|
|
|
|
|
export { BigIntFactory } from './BigIntCompatibility';
|