Exemplo n.º 1
0
 /// <summary>
 /// Reset all values of the game array to 0
 /// 0 = Empty
 /// </summary>
 private void InitGame()
 {
     GamePlayersPosition = GameUtils.InitGame();
     RefreshGameTableView();
 }