From ce7876be96547ffdba2394f647288bcb84ebc4b8 Mon Sep 17 00:00:00 2001 From: shenjianxing <”315615051@qq.com“> Date: Mon, 30 Dec 2024 16:24:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85UI=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/Actions/ActionHelper.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/Scripts/Actions/ActionHelper.cs b/Assets/Scripts/Actions/ActionHelper.cs index 9ba39189..d045490c 100644 --- a/Assets/Scripts/Actions/ActionHelper.cs +++ b/Assets/Scripts/Actions/ActionHelper.cs @@ -15,6 +15,7 @@ public class ActionHelper { "UIOperationList", typeof(UIOperationList) }, { "UIBtns", typeof(QFramework.Example.UIBtns) }, { "UITools", typeof(QFramework.Example.UITools) }, + { "UIHint", typeof(QFramework.Example.UIHint) }, { "UICameraSwitch", typeof(QFramework.Example.UICameraSwitch) }, };