Ejemplo n.º 1
0
 public RandomPathFinder()
 {
     _helper = new PathFinderHelper();
 }
Ejemplo n.º 2
0
 public AStarPathFinder()
 {
     _helper = new PathFinderHelper();
 }