lcy
48 分钟以前 2a006da16755e6f401481c1f35a2f051fde35fb7
Main/Config/Configs/MainLevelConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           Monday, August 4, 2025
//    [  Date ]:           2025年9月1日
//--------------------------------------------------------
using System.Collections.Generic;
@@ -12,7 +12,8 @@
{
    static MainLevelConfig()
    {
        dic.Clear();
        // 访问过静态构造函数
        visit = true;
    }
    public int LevelID;
@@ -26,6 +27,7 @@
   public int[] WaveLineupIDList6;
   public int[] BossLineupIDList;
   public int[][] AwardItemList;
   public long FightPower;
    public override int LoadKey(string _key)
    {
@@ -142,6 +144,8 @@
         }
         AwardItemList = JsonMapper.ToObject<int[][]>(tables[10].Replace("(", "[").Replace(")", "]")); 
         long.TryParse(tables[11],out FightPower);
        }
        catch (Exception exception)
        {