yyl
5 天以前 5c10580a5b352b9a0b417af63f7d88355fcb32a4
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)
        {