spaceconquest.OptionsScreen.IncreaseSoundVolume C# (CSharp) Method

IncreaseSoundVolume() public method

public IncreaseSoundVolume ( Object o, EventArgs e ) : void
o Object
e System.EventArgs
return void
        public void IncreaseSoundVolume(Object o, EventArgs e)
        {
            Game1.jukeBox.Volume += 0.1f;
        }