hch
昨天 cb4ec28d83ba847f362392936b20e52e17b03081
Main/Config/Configs/MainLevelConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           2025年7月26日
//    [  Date ]:           2025年9月1日
//--------------------------------------------------------
using System.Collections.Generic;
@@ -10,6 +10,11 @@
public partial class MainLevelConfig : ConfigBase<int, MainLevelConfig>
{
    static MainLevelConfig()
    {
        // 访问过静态构造函数
        visit = true;
    }
    public int LevelID;
   public int ChapterID;
@@ -22,6 +27,7 @@
   public int[] WaveLineupIDList6;
   public int[] BossLineupIDList;
   public int[][] AwardItemList;
   public long FightPower;
    public override int LoadKey(string _key)
    {
@@ -138,6 +144,8 @@
         }
         AwardItemList = JsonMapper.ToObject<int[][]>(tables[10].Replace("(", "[").Replace(")", "]")); 
         long.TryParse(tables[11],out FightPower);
        }
        catch (Exception exception)
        {