Exemple #1
0
 private void askPlayer()
 //feed to ConsoleInput to get players names. Names stored in array.
 {
     playerNames[0] = pr.PlayerNameInput("Player 1");
     playerNames[1] = pr.PlayerNameInput("Player 2");
 }