From ed5ee6e4363d1e5e8bb07043d28b4beda5448755 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期四, 20 十一月 2025 14:47:46 +0800
Subject: [PATCH] 0312 输出不存在的觉醒技能

---
 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