少年修仙传客户端代码仓库
client_wuxijin
2018-08-10 a74b76b114db25ed033adb7d8fb2d1a21863b2c9
Core/GameEngine/Model/Config/RuneTowerFloorConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:         第二世界
//    [  Date ]:         Thursday, June 28, 2018
//    [  Date ]:         Friday, August 10, 2018
//--------------------------------------------------------
using UnityEngine;
@@ -23,6 +23,7 @@
      public int UnLockHole { get ; private set ; }
      public int UnLockCompose { get ; private set ; }
      public int RuneDrop { get ; private set ; }
      public int Fixed { get ; private set ; }
      public override string getKey()
        {
@@ -55,6 +56,8 @@
            UnLockCompose=IsNumeric(rawContents[10]) ? int.Parse(rawContents[10]):0; 
         
            RuneDrop=IsNumeric(rawContents[11]) ? int.Parse(rawContents[11]):0; 
            Fixed=IsNumeric(rawContents[12]) ? int.Parse(rawContents[12]):0;
            }
            catch (Exception ex)
            {