yyl
5 天以前 d6598f66941147570ae642ecdc3fbe3bc3eb2dde
125 战斗 增加战斗声音聚焦的打印
1个文件已修改
2 ■■■■■ 已修改文件
Main/System/Battle/BattleManager.cs 2 ●●●●● 补丁 | 查看 | 原始文档 | 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);
            }
        }
    }