少年修仙传客户端代码仓库
client_Hale
2019-01-23 2ef929dbaac6b9b3f0f1a6507f2399d8a3f0884d
Core/GameEngine/Model/Config/WeekPartyConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:         第二世界
//    [  Date ]:         Thursday, January 10, 2019
//    [  Date ]:         Wednesday, January 23, 2019
//--------------------------------------------------------
using UnityEngine;
@@ -16,7 +16,8 @@
      public string Description { get ; private set; } 
      public int jump { get ; private set ; }
      public int order { get ; private set ; }
      public int DailyQusetId { get ; private set ; }
      public int DailyQusetId { get ; private set ; }
      public int SpecialDisplayType { get ; private set ; }
      public override string getKey()
        {
@@ -36,7 +37,9 @@
         
            order=IsNumeric(rawContents[4]) ? int.Parse(rawContents[4]):0; 
         
            DailyQusetId=IsNumeric(rawContents[5]) ? int.Parse(rawContents[5]):0;
            DailyQusetId=IsNumeric(rawContents[5]) ? int.Parse(rawContents[5]):0;
            SpecialDisplayType=IsNumeric(rawContents[6]) ? int.Parse(rawContents[6]):0;
            }
            catch (Exception ex)
            {