public override void Update() { if (GameManager.GetGame().GetState() is GameActiveState) { Ship pShip = ShipManager.GetShip(); pShip.Shoot(); } }