Exemple #1
0
 public void AddToGameBoard(int index, string value)
 {
     _gameManager.AddToGameBoard(index, value);
     OnGameBoardUpdated();
 }