移除数学库
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user