yyl
5 天以前 1151474dcc50eb79fcabc6dec1383b6b10674fab
125 战斗 替换BattleLog为 普通Log
1个文件已修改
4 ■■■■ 已修改文件
Main/System/Battle/BattleManager.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/System/Battle/BattleManager.cs
@@ -710,12 +710,12 @@
            if (bf.guid == battleField.guid)
            {
                bf.SetFocus(true);
                BattleDebug.LogError("[FocusBattleField] Focus : " + bf.GetType().Name);
                Debug.Log("[FocusBattleField] Focus : " + bf.GetType().Name);
            }
            else
            {
                bf.SetFocus(false);
                BattleDebug.LogError("[FocusBattleField] Lose Focus : " + bf.GetType().Name);
                Debug.Log("[FocusBattleField] Lose Focus : " + bf.GetType().Name);
            }
        }
    }