Example #1
0
 public AStarPathFinding(TilemapManager manager)
 {
     this.manager = manager;
 }