修改ConfigManager,定义配置数据继承体系

This commit is contained in:
chen wei bo
2025-09-01 16:28:08 +08:00
parent 1b620ca24b
commit c9817ea13e
19 changed files with 300 additions and 14 deletions
+2
View File
@@ -46,6 +46,8 @@ export class BaseData {
if (this._isDestroyed) return;
this.clear();
this._isDestroyed = true;
this._isInitialized = null;
this._dataId = null;
}
/**