增加UIShow的类型

This commit is contained in:
shenjianxing 2025-01-11 13:13:01 +08:00
parent 6f1286cb4a
commit d2e3c0af6f

View File

@ -19,6 +19,7 @@ public class ActionHelper
{ "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) }, { "UIInstruction", typeof(QFramework.Example.UIInstruction) },
{ "UIScore", typeof(QFramework.Example.UIScore) },
}; };