From 26921100395382851b544631fe201256f4e2a79f Mon Sep 17 00:00:00 2001 From: TongZiGang <754383023@qq.com> Date: Fri, 25 Jul 2025 10:40:39 +0800 Subject: [PATCH] =?UTF-8?q?UIComponentBase=E5=8E=BB=E6=8E=89=E7=BB=A7?= =?UTF-8?q?=E6=89=BF=E8=87=AAMonoBehaviour?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Assets/Scripts/GameLogic/UI/UILogic/UIComponentBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnityGame/Assets/Scripts/GameLogic/UI/UILogic/UIComponentBase.cs b/UnityGame/Assets/Scripts/GameLogic/UI/UILogic/UIComponentBase.cs index cb26f55..8e89db4 100644 --- a/UnityGame/Assets/Scripts/GameLogic/UI/UILogic/UIComponentBase.cs +++ b/UnityGame/Assets/Scripts/GameLogic/UI/UILogic/UIComponentBase.cs @@ -5,7 +5,7 @@ namespace CreatGame.UI /// /// 通用的导出预制件的基类 /// - public class UIComponentBase : MonoBehaviour + public class UIComponentBase { /// /// 窗口预制件