Ejemplo n.º 1
0
 internal CollectionField GetSpawnPointForPlayer(Player player)
 {
     return _spawnPoints[player];
 }
Ejemplo n.º 2
0
 public void ShowWinner(Player player)
 {
     Console.WriteLine("Speler " + player.Number + " heeft gewonnen!");
 }