移除数学库

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

@@ -1,7 +1,6 @@
// Core目录已删除直接导出核心类
// 导出核心ECS
export { Entity } from './Entity';
export { Component } from './Component';
export { Transform } from './Transform';
export { CoreEvents } from './CoreEvents';
export * from './Systems';
export * from './Utils';