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