扩展typedarray存储系统,允许自动类型推断@AutoTyped

This commit is contained in:
YHH
2025-09-30 11:00:05 +08:00
parent d0cb7d5359
commit aa33cad4fa
6 changed files with 801 additions and 24 deletions

View File

@@ -10,4 +10,5 @@ export { World, IWorldConfig } from './World';
export { WorldManager, IWorldManagerConfig } from './WorldManager';
export * from './Core/Events';
export * from './Core/Query';
export * from './Core/Storage';
export * from './Core/Storage';
export * from './Core/StorageDecorators';