hch
7 天以前 4b924894f0cce41c94437a28a96a613206745c9e
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)
        {