diff --git a/Assets/Scripts/Actions/ActionHelper.cs b/Assets/Scripts/Actions/ActionHelper.cs index aa776072..3077ce6b 100644 --- a/Assets/Scripts/Actions/ActionHelper.cs +++ b/Assets/Scripts/Actions/ActionHelper.cs @@ -18,6 +18,7 @@ public class ActionHelper { "UIHint", typeof(QFramework.Example.UIHint) }, { "UIPointQuestion", typeof(QFramework.Example.UIPointQuestion) }, { "UICameraSwitch", typeof(QFramework.Example.UICameraSwitch) }, + { "UIInstruction", typeof(QFramework.Example.UIInstruction) }, };