spaceconquest.MiningShip.PlaySelectSound C# (CSharp) Method

PlaySelectSound() public method

public PlaySelectSound ( ) : void
return void
        public override void PlaySelectSound()
        {
            Game1.soundEffectBox.PlaySound("MiningShip");
        }