yyl
8 小时以前 778218d5d3562d8287f0612f83b8958daba8548e
Main/Config/Configs/MainChapterConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           2025年8月5日
//    [  Date ]:           2025年9月1日
//--------------------------------------------------------
using System.Collections.Generic;
@@ -21,7 +21,7 @@
   public string Level;
   public string MapBG;
   public int[][] DailyBootyUpperList;
   public string BootyWeightList;
   public string BG;
    public override int LoadKey(string _key)
    {
@@ -43,7 +43,7 @@
         DailyBootyUpperList = JsonMapper.ToObject<int[][]>(tables[4].Replace("(", "[").Replace(")", "]")); 
         BootyWeightList = tables[5];
         BG = tables[5];
        }
        catch (Exception exception)
        {