少年修仙传客户端代码仓库
client_Hale
2019-04-25 1be5ab55feedb550beff7a04a3a1d2cf6396d8d0
Core/GameEngine/Model/Config/DialogConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           Fish
//    [  Date ]:           Thursday, February 14, 2019
//    [  Date ]:           Thursday, April 25, 2019
//--------------------------------------------------------
using System.Collections.Generic;
@@ -15,7 +15,6 @@
    public readonly int id;
   public readonly int npcId;
   public readonly string icon;
   public readonly string name;
   public readonly string content;
   public readonly int nextID;
@@ -35,15 +34,13 @@
         int.TryParse(tables[1],out npcId); 
         icon = tables[2];
         name = tables[2];
         name = tables[3];
         content = tables[3];
         content = tables[4];
         int.TryParse(tables[4],out nextID);
         int.TryParse(tables[5],out nextID);
         int.TryParse(tables[6],out TalkID);
         int.TryParse(tables[5],out TalkID);
        }
        catch (Exception ex)
        {