移除数学库

This commit is contained in:
YHH
2025-06-07 21:45:11 +08:00
parent 50420f9052
commit 082c2b46d0
17 changed files with 31 additions and 1228 deletions

View File

@@ -19,11 +19,7 @@ export { Timer } from './Utils/Timers/Timer';
// ECS核心
export * from './ECS';
// 数学库
export * from './Math';
// 工具类
export { Screen } from './Utils/Screen';
export * from './Utils/Pool';
export * from './Utils/PerformanceMonitor';
export * from './Utils/Extensions';