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();