yyl
2025-09-01 ee032c35c49d47daba2dee1580b3abbe59d59bd8
Main/System/Battle/UIComp/BattleHeroInfoBar.cs
@@ -143,6 +143,7 @@
    public void Run()
    {
        // 倒序遍历 删除.run里删除元素不受影响
        for (int i = tipsList.Count - 1; i >= 0; i--)
        {
            tipsList[i].Run();