Ejemplo n.º 1
0
 /// <summary>
 /// Fill the entire map with the given type of Tile.
 /// </summary>
 public void Fill(Tile tileType)
 {
     grid.SetAll(tileType);
 }