Main/System/Battle/UIComp/BattleFloatingUIController.cs
@@ -288,7 +288,7 @@ applyColorCallback?.Invoke(GetEndColor()); } } /// <summary> /// 动画完成回调 /// </summary> @@ -299,5 +299,10 @@ onFinishCallback = null; } public bool IsValid() { return ValidateConfig() && rectTransform != null && gameObject != null; } #endregion }