Ejemplo n.º 1
0
 Tile RandomTile()
 {
     return((Tile)board.GetValue2(Random.Range(0, board.Length)));
 }