Exemplo n.º 1
0
 public void Load(string path)
 {
     pathfinder = new NavMeshPathfinder();
     pathfinder.Load(path);
 }