Ejemplo n.º 1
0
 protected override void PerformXAction(int currentTurn)
 {
     SittingDuck.KnockOutPlayersWithBattleBots(EnumFactory.All <StationLocation>().Where(stationLocation => stationLocation.IsOnShip()));
 }