Пример #1
0
 public void RenderOtherPlayersBoard()
 {
     Console.WriteLine(RenderBoard(gameController.GetOpponentPlayer().GetPersonalBoard()));
 }