yyl
2025-07-21 5bc2cc9a3e007b96a0de96e70e87f25bc5a254a2
Main/System/Battle/UIComp/DamageContent.cs
@@ -18,7 +18,7 @@
      line.SetActive(false);
   }
   public void SetDamage(List<int> damages, Action _onComplete)
   public void SetDamage(List<long> damages, Action _onComplete)
   {
      for (int i = 0; i < damages.Count; i++)
      {