少年修仙传客户端代码仓库
client_Wu Xijin
2018-08-11 da730e386e9c9cd6752caabb4d18c4c3a12440d7
Core/GameEngine/Model/Config/GuideConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:         第二世界
//    [  Date ]:         Thursday, June 21, 2018
//    [  Date ]:         Saturday, August 11, 2018
//--------------------------------------------------------
using UnityEngine;
@@ -19,6 +19,7 @@
      public int[] Steps;
      public int CanSkip { get ; private set ; }
      public int RemoveWhenOtherGuide { get ; private set ; }
      public int CannotCompleteByClick { get ; private set ; }
      public override string getKey()
        {
@@ -48,6 +49,8 @@
            CanSkip=IsNumeric(rawContents[6]) ? int.Parse(rawContents[6]):0; 
         
            RemoveWhenOtherGuide=IsNumeric(rawContents[7]) ? int.Parse(rawContents[7]):0; 
            CannotCompleteByClick=IsNumeric(rawContents[8]) ? int.Parse(rawContents[8]):0;
            }
            catch (Exception ex)
            {