Ejemplo n.º 1
0
 /// <summary>
 /// Fills all cells with a certain block, this also updates textures.
 /// </summary>
 public void Fill(Option <Wall> block)
 {
     aMap.Fill(block);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Fills all cells with a certain block, this also updates textures.
 /// </summary>
 public void Fill(Option <Tile> block)
 {
     aMap.Fill(block);
 }