少年修仙传客户端代码仓库
client_Hale
2019-04-25 ebb2c55c8da014b375d89cdf74f638a19bb6856d
System/GeneralConfig/GeneralDefine.cs
@@ -14,7 +14,6 @@
    public static int initBagGridCount { get; private set; }
    public static int maxBagGridCount { get; private set; }
    public static int greatMasterStartLV { get; private set; }
    public static int playerMaxLevel { get; private set; }
    public static int[] kylinHomeCollectItems;
    public static List<int> dailyQuestOpenTime;
@@ -203,7 +202,6 @@
            maxBagGridCount = GetInt("MaxBagCellCount");
            CompareEquipPlaces = GetIntArray("EquipUpType");
            greatMasterStartLV = GetInt("GreatMasterStartLV");
            playerMaxLevel = GetInt("PlayerMaxLV");
            kylinHomeCollectItems = GetIntArray("KirinNpc", 2);
            dailyQuestOpenTime = GetTimeArray("ActionTime", 1);