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