Exemplo n.º 1
0
 public void setPathFinder( int width, int height )
 {
     path_finder = new PathFinder( width, height );
 }
Exemplo n.º 2
0
 public void setPathFinderInfo( PathFinder pathFinder )
 {
     this.pathFinder = pathFinder;
 }