示例#1
0
 public bool canWalk(Coordinates to)
 {
     return(grid.isPath(to));
 }