示例#1
0
 public static Dictionary <int, BreakthroughData> GetBreakthroughDatas()
 {
     if (_breakthroughDataDictionary == null)
     {
         _breakthroughDataDictionary = CSVUtil.Parse <int, BreakthroughData>(ResPath.GetConfigFilePath("breakthrough"), "id");
     }
     return(_breakthroughDataDictionary);
 }