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

cb_adventuremode_allowcombatmodification_CheckedChanged() private method

private cb_adventuremode_allowcombatmodification_CheckedChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        private void cb_adventuremode_allowcombatmodification_CheckedChanged(object sender, EventArgs e)
        {
            FunkyBaseExtension.Settings.AdventureMode.AllowCombatModifications = !FunkyBaseExtension.Settings.AdventureMode.AllowCombatModifications;
        }
SettingsForm