少年修仙传客户端代码仓库
client_Hale
2019-04-25 f5d59c55ed7cf58fd8ff947c837ee256f6e237d8
Core/GameEngine/Model/Config/TreasureChapterConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           Fish
//    [  Date ]:           Wednesday, April 24, 2019
//    [  Date ]:           Thursday, April 25, 2019
//--------------------------------------------------------
using System.Collections.Generic;
@@ -18,7 +18,8 @@
   public readonly string taskTitle;
   public readonly int chapterIndex;
   public readonly string description;
   public readonly string condition;
   public readonly string condition;
   public readonly string unknown;
   public TreasureChapterConfig()
    {
@@ -40,7 +41,9 @@
         description = tables[4];
         condition = tables[5];
         condition = tables[5];
         unknown = tables[6];
        }
        catch (Exception ex)
        {