Example #1
0
File: AStar.cs Project: bmjoy/Paths
 public AStar(NodeGrid nodeGrid)
 {
     NodeGrid         = nodeGrid;
     ChangeController = new ChangeController(nodeGrid.RenderNodeTypes());
 }