Пример #1
0
 public override void Update()
 {
     if (GameManager.GetGame().GetState() is GameActiveState)
     {
         Ship pShip = ShipManager.GetShip();
         pShip.Shoot();
     }
 }