spaceconquest.OptionsScreen.DecreaseSoundVolume C# (CSharp) Method

DecreaseSoundVolume() public method

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