| Main/System/Battle/BattleManager.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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); } } }