From d6598f66941147570ae642ecdc3fbe3bc3eb2dde Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期一, 15 十二月 2025 11:45:07 +0800
Subject: [PATCH] 125 战斗 增加战斗声音聚焦的打印

---
 Main/System/Battle/BattleManager.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Main/System/Battle/BattleManager.cs b/Main/System/Battle/BattleManager.cs
index 6be3a7a..d660fb5 100644
--- a/Main/System/Battle/BattleManager.cs
+++ b/Main/System/Battle/BattleManager.cs
@@ -710,10 +710,12 @@
             if (bf.guid == battleField.guid)
             {
                 bf.SetFocus(true);
+                BattleDebug.LogError("[FocusBattleField] Focus : " + bf.GetType().Name);
             }
             else
             {
                 bf.SetFocus(false);
+                BattleDebug.LogError("[FocusBattleField] Lose Focus : " + bf.GetType().Name);
             }
         }
     }

--
Gitblit v1.8.0