Main/Config/Configs/BattleMapConfig.cs
@@ -1,6 +1,6 @@ //-------------------------------------------------------- // [Author]: YYL // [ Date ]: Friday, October 24, 2025 // [ Date ]: 2025年10月27日 //-------------------------------------------------------- using System.Collections.Generic; @@ -19,6 +19,7 @@ public int MapID; public string MapName; public string MapBg; public int IsBoss; public override int LoadKey(string _key) { @@ -35,6 +36,8 @@ MapName = tables[1]; MapBg = tables[2]; int.TryParse(tables[3],out IsBoss); } catch (Exception exception) {