示例#1
0
 public LevelData GetLevel(int id)
 {
     if (mLevel == null)
     {
         mLevel = new DlcLevelMng(U3D.GetDefaultFile(Path, FileExt.Json, true, true));
     }
     return(mLevel.GetLevel(id));
 }
 public LevelDatas.LevelDatas GetItem(int id)
 {
     if (mLevel == null)
     {
         mLevel = new DlcLevelMng(U3D.GetDefaultFile(Path, 2, true, true));
     }
     return(mLevel.GetLevel(id));
 }