Example #1
0
 public static void RegisterEditorType()
 {
     TypeUtils.RegisterEditorType("MonsterDialogue", CreateMonsterDialogueBoxForType);
 }
Example #2
0
 public static void RegisterEditorType()
 {
     TypeUtils.RegisterEditorType("MonsterTestBase", CreateMonsterTestBaseBoxForType);
 }
Example #3
0
 public static void RegisterEditorType()
 {
     TypeUtils.RegisterEditorType("MonsterMenuNav", CreateMonsterMenuNavBoxForType);
 }