hch
2025-08-15 7bd85eb8d0b9664f4645534b42c82ab0f32754d3
Main/Config/Configs/MainChapterConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           2025年8月5日
//    [  Date ]:           Thursday, August 14, 2025
//--------------------------------------------------------
using System.Collections.Generic;
@@ -21,7 +21,6 @@
   public string Level;
   public string MapBG;
   public int[][] DailyBootyUpperList;
   public string BootyWeightList;
    public override int LoadKey(string _key)
    {
@@ -42,8 +41,6 @@
         MapBG = tables[3];
         DailyBootyUpperList = JsonMapper.ToObject<int[][]>(tables[4].Replace("(", "[").Replace(")", "]")); 
         BootyWeightList = tables[5];
        }
        catch (Exception exception)
        {