lcy
2025-10-16 3b64befcd8b2ab5abef1a33c5c8f73a6b245aff0
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)
        {