Esempio n. 1
0
 public void Setup()
 {
     aSearch = new ASearch <TileNode>();
     tests   = new PathfinderTests();
 }
Esempio n. 2
0
 public void Setup()
 {
     bfs   = new BFS <TileNode>();
     tests = new PathfinderTests();
 }