From 2d3a60767d0cd69c8dec97e39937bcd0c667be1c Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期三, 12 十一月 2025 18:54:57 +0800
Subject: [PATCH] 125 战斗 血条&护盾1护盾2表现
---
Main/Component/UI/EnhancedScroller/EnhancedScrollerCellView.cs | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/Main/Component/UI/EnhancedScroller/EnhancedScrollerCellView.cs b/Main/Component/UI/EnhancedScroller/EnhancedScrollerCellView.cs
index 2e99af9..c6e916e 100644
--- a/Main/Component/UI/EnhancedScroller/EnhancedScrollerCellView.cs
+++ b/Main/Component/UI/EnhancedScroller/EnhancedScrollerCellView.cs
@@ -7,7 +7,7 @@
/// <summary>
/// This is the base class that all cell views should derive from
/// </summary>
- public class EnhancedScrollerCellView : WidgetBehavior
+ public class EnhancedScrollerCellView : MonoBehaviour
{
/// <summary>
/// The cellIdentifier is a unique string that allows the scroller
@@ -45,9 +45,5 @@
public virtual void RefreshCellView() { }//褰撲富鍔ㄨ皟鐢‥nhancedScrller绫讳腑RefreshActiveCellViews()鏂规硶鏃讹紝浼氶亶鍘嗗綋鍓嶅浜嶢ctive鐘舵�佺殑CellVeiw锛屽苟璋冪敤瀹冧滑閲嶅啓鐨勮繖涓柟娉�
//杩欎釜鏂规硶鍙互鐢ㄤ簬涓诲姩鍒锋柊褰撳墠澶勪簬Active鐘舵�佺殑CellVeiw
- protected virtual void Awake()
- {
- InitWidgts();
- }
}
}
\ No newline at end of file
--
Gitblit v1.8.0