public static void RegisterEditorType() { TypeUtils.RegisterEditorType("MonsterDialogue", CreateMonsterDialogueBoxForType); }
public static void RegisterType() { TypeUtils.RegisterType("MonsterTestBase", CreateNewMonsterTestBase, CreateMonsterTestBaseSerializer); }
public static void RegisterType() { TypeUtils.RegisterType("MonsterMenuNav", CreateNewMonsterMenuNav, CreateMonsterMenuNavSerializer); }