增加类型映射

This commit is contained in:
shenjianxing 2025-01-09 17:15:32 +08:00
parent dba53a088f
commit 9c1f082194

View File

@ -18,6 +18,7 @@ public class ActionHelper
{ "UIHint", typeof(QFramework.Example.UIHint) }, { "UIHint", typeof(QFramework.Example.UIHint) },
{ "UIPointQuestion", typeof(QFramework.Example.UIPointQuestion) }, { "UIPointQuestion", typeof(QFramework.Example.UIPointQuestion) },
{ "UICameraSwitch", typeof(QFramework.Example.UICameraSwitch) }, { "UICameraSwitch", typeof(QFramework.Example.UICameraSwitch) },
{ "UIInstruction", typeof(QFramework.Example.UIInstruction) },
}; };