This commit is contained in:
2024-07-21 22:39:39 +08:00
parent 883261dac6
commit 064b6bf1ae
14 changed files with 348 additions and 43 deletions

View File

@@ -26,7 +26,7 @@ export class Initialize extends ecs.Entity {
this.data=ecs.getEntity<data>(data);
this.data.dataModel.vmAdd();
var queue: AsyncQueue = new AsyncQueue();
// 加载自定义资
// 加载自定义资
this.loadCustom(queue);
// 加载多语言包
this.loadLanguage(queue);