private void Awake()
        {
            Logger   = base.Logger;
            Instance = this;

            MakerAPI.ReloadCustomInterface       += MakerUI.MakerAPI_ReloadCustomInterface;
            MakerAPI.RegisterCustomSubCategories += MakerUI.MakerAPI_RegisterCustomSubCategories;
            CharacterApi.RegisterExtraBehaviour <MoreOutfitsController>(PluginGUID);
            StudioUI.RegisterStudioControls();

            Harmony.CreateAndPatchAll(typeof(Hooks));
        }
 private static void MPCharCtrl_OnClickRoot(MPCharCtrl __instance)
 {
     StudioUI.InitializeStudioUI(__instance);
 }