Exemple #1
0
 public PathNode GetBack(PathNode start, PathNode goal)
 {
     return(GetNeighbor(start, goal, Coords.Back()));
 }