From 27aed71f8d272c82f054e41e7d11375ac4817a33 Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期一, 27 十月 2025 18:15:18 +0800
Subject: [PATCH] 136 地图表新增是否支持Boss

---
 Main/Config/Configs/BattleMapConfig.cs |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/Main/Config/Configs/BattleMapConfig.cs b/Main/Config/Configs/BattleMapConfig.cs
index eda3756..8703adf 100644
--- a/Main/Config/Configs/BattleMapConfig.cs
+++ b/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)
         {

--
Gitblit v1.8.0