Esempio n. 1
0
 protected bool isWall(int x, int y)
 {
     return(myMap.getWallPosSet().Contains(myMap.TwoDToOneD(x, y)));
 }