BTD_Mod_Helper.Patches.UI.SettingsScreen_Open.Postfix C# (CSharp) Méthode

Postfix() private méthode

private Postfix ( ) : void
Résultat void
        private static void Postfix()
        {
            MelonMain.modsButton = new ShowModOptions_Button();
            MelonMain.modsButton.Init();
        }
    }
SettingsScreen_Open