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