public override void Notify()
        {
            Ship pShip = ShipManager.GetShip();

            pShip.PlayShootSound();
        }