refactor(game): 移除未使用的数据模块和测试代码

清理不再使用的数据模块文件(data相关)和测试代码(Test.ts),优化项目结构
This commit is contained in:
2025-10-25 16:11:20 +08:00
parent 331effddaa
commit bcc61c9589
15 changed files with 0 additions and 279 deletions

View File

@@ -14,9 +14,6 @@ import { LoadingViewComp } from "./view/LoadingViewComp";
import { smc } from "../common/SingletonModuleComp";
import { WxCloudApi } from "../wx_clound_client_api/WxCloudApi";
import { Test } from "../common/Test";
// import {data} from "../data/data";
/**
* 游戏进入初始化模块
* 1、热更新
@@ -26,11 +23,7 @@ import { Test } from "../common/Test";
export class Initialize extends ecs.Entity {
LoadingView!: LoadingViewComp;
// data:data=null!;
protected init() {
// this.data=ecs.getEntity<data>(data);
// this.data.dataModel.vmAdd();
var queue: AsyncQueue = new AsyncQueue();
// 加载自定义资
this.loadCustom(queue);