예제 #1
0
 protected BaseTile GetNeigbourInDirection(int xDir, int yDir)
 {
     return(tile.GetNeigbourInDirection(xDir, yDir));
 }