Exemplo n.º 1
0
 public ShipBase GetShip(Planet planet, ShipType type) => PlayerFleet.First(s => s.BelongsTo.Id == planet.Id && s.Type == type);