Ejemplo n.º 1
0
 public void SetTiles(Tile[,] tiles)
 {
     Tiles      = tiles;
     _mapWidth  = Tiles.GetLongLength(0);
     _mapHeight = Tiles.GetLongLength(1);
 }