From 9e8aa4c81f739980802fb9dbb2f3eff06aeb8d4c Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期四, 13 十一月 2025 16:11:50 +0800
Subject: [PATCH] 125 战斗 特性 怒气恢复
---
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