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