fBaseXtensions.Settings.SettingsForm.cb_DeathPotion_CheckedChanged C# (CSharp) Method

cb_DeathPotion_CheckedChanged() private method

private cb_DeathPotion_CheckedChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        private void cb_DeathPotion_CheckedChanged(object sender, EventArgs e)
        {
            FunkyBaseExtension.Settings.Death.WaitForPotionCooldown = !FunkyBaseExtension.Settings.Death.WaitForPotionCooldown;
        }
SettingsForm