Exemplo n.º 1
0
 public void PrepareGameboard()
 {
     gameBoard.InitBackground();
     gameBoard.InitTiles();
     gameBoard.InitCharacters();
 }