少年修仙传客户端代码仓库
client_linchunjie
2019-06-10 97c753d8e6014aeefd6d6a47d01f7fcda3e4fbf7
Core/GameEngine/Model/Config/PlayerPropertyConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           Fish
//    [  Date ]:           Wednesday, May 15, 2019
//    [  Date ]:           Monday, June 10, 2019
//--------------------------------------------------------
using System.Collections.Generic;
@@ -17,6 +17,7 @@
   public readonly string Name;
   public readonly int ISPercentage;
   public readonly int type;
   public readonly int decimalCount;
   public readonly string desc;
   public readonly string Parameter;
@@ -38,9 +39,11 @@
         int.TryParse(tables[3],out type); 
         desc = tables[4];
         int.TryParse(tables[4],out decimalCount);
         Parameter = tables[5];
         desc = tables[5];
         Parameter = tables[6];
        }
        catch (Exception ex)
        {