少年修仙传客户端代码仓库
client_Hale
2019-04-11 9f89e3be35da42eb9ccb44e6589d62f320aa444c
Core/GameEngine/Model/Config/CreateRoleConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           Fish
//    [  Date ]:           Thursday, February 14, 2019
//    [  Date ]:           Thursday, April 11, 2019
//--------------------------------------------------------
using System.Collections.Generic;
@@ -17,7 +17,9 @@
   public readonly string selectIcon;
   public readonly string unselectIcon;
   public readonly int skillid;
   public readonly string desc;
   public readonly string description;
   public readonly string jobName;
   public readonly string jobSign;
   public CreateRoleConfig()
    {
@@ -37,7 +39,11 @@
         int.TryParse(tables[3],out skillid); 
         desc = tables[4];
         description = tables[4];
         jobName = tables[5];
         jobSign = tables[6];
        }
        catch (Exception ex)
        {