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