Example #1
0
 public JPSPathFinder(MapPathFinderData mapPath) : base(mapPath)
 {
 }
Example #2
0
 public AStarPathFinder(MapPathFinderData mapPath) : base(mapPath)
 {
 }
Example #3
0
 public PathFinderAlgorithm(MapPathFinderData mapPath)
 {
     this.mapPath = mapPath;
 }