Exemple #1
0
 public void Dispose()
 {
     staticMng.LocalDataList.Remove(this);
     staticMng = null;
 }
Exemple #2
0
 public BaseLocalData(LocalDataManager mng)
 {
     staticMng = mng;
     staticMng.LocalDataList.Add(this);
     Load();
 }