移除了功能重复的ComponentTypeManager

This commit is contained in:
YHH
2025-10-14 18:19:08 +08:00
parent 96e0a9126f
commit 62e8ebe926
8 changed files with 19 additions and 129 deletions
-1
View File
@@ -4,7 +4,6 @@ export { EntityProcessorList } from './EntityProcessorList';
export { IdentifierPool } from './IdentifierPool';
export { Matcher } from './Matcher';
export { Bits } from './Bits';
export { ComponentTypeManager } from './ComponentTypeManager';
export { BitMask64Utils, BitMask64Data } from './BigIntCompatibility';
export { SparseSet } from './SparseSet';
export { ComponentSparseSet } from './ComponentSparseSet';