修改ConfigManager,定义配置数据继承体系
This commit is contained in:
@@ -46,6 +46,8 @@ export class BaseData {
|
||||
if (this._isDestroyed) return;
|
||||
this.clear();
|
||||
this._isDestroyed = true;
|
||||
this._isInitialized = null;
|
||||
this._dataId = null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user