少年修仙传客户端代码仓库
client_Wu Xijin
2018-08-24 77ffb6b3fddc47a8fdc20d3c36c02e5a850a0ea5
System/GeneralConfig/GeneralConfig.cs
@@ -127,11 +127,13 @@
    public List<int> dungeonCanUseMoneyIds { get; private set; }
    public Dictionary<int, int> dungeonRebornClientTimes { get; private set; }
    public int[] CompareEquipPlaces { get; private set;}
    public void Init()
    {
        try
        {
            CompareEquipPlaces = GetIntArray("EquipUpType");
            greatMasterStartLV = GetInt("GreatMasterStartLV");
            playerMaxLevel = GetInt("PlayerMaxLV");
            potentialUpSuccessRecommend = GetFloat("SPSkillType", 2) * 0.0001f;