少年修仙传客户端代码仓库
client_linchunjie
2019-04-24 e54bb45aa94c0a81708c828b4057cd8c7424ff88
Core/GameEngine/Model/Config/TreasureChapterConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           Fish
//    [  Date ]:           Monday, April 22, 2019
//    [  Date ]:           Wednesday, April 24, 2019
//--------------------------------------------------------
using System.Collections.Generic;
@@ -17,7 +17,8 @@
   public readonly int taskId;
   public readonly string taskTitle;
   public readonly int chapterIndex;
   public readonly string description;
   public readonly string description;
   public readonly string condition;
   public TreasureChapterConfig()
    {
@@ -37,7 +38,9 @@
         int.TryParse(tables[3],out chapterIndex); 
         description = tables[4];
         description = tables[4];
         condition = tables[5];
        }
        catch (Exception ex)
        {