yyl
6 天以前 d6598f66941147570ae642ecdc3fbe3bc3eb2dde
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);
            }
        }
    }