少年修仙传客户端代码仓库
client_Zxw
2019-02-25 cc8c5433cf7fffe3ce7fbff8d683230f52f2b5bc
Core/GameEngine/Model/Config/WeekPartyPointConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           Fish
//    [  Date ]:           Thursday, February 14, 2019
//    [  Date ]:           Monday, February 25, 2019
//--------------------------------------------------------
using System.Collections.Generic;
@@ -17,6 +17,7 @@
   public readonly string ImageType1;
   public readonly string ImageType2;
   public readonly string name;
   public readonly float Zoom;
   public WeekPartyPointConfig()
    {
@@ -35,6 +36,8 @@
         ImageType2 = tables[2];
         name = tables[3];
         float.TryParse(tables[4],out Zoom);
        }
        catch (Exception ex)
        {