Esempio n. 1
0
 /// <summary>
 /// Get block at (x, y) coord.
 /// </summary>
 public Option <Wall> GetBlock(int x, int y)
 {
     return(aMap.GetBlock(x, y));
 }