Beispiel #1
0
 public override void OnRemove()
 {
     base.OnRemove();
     //
     astar = null;
 }
Beispiel #2
0
 //
 public override void OnAdd()
 {
     base.OnAdd();
     //
     astar = new PathFinder.AStar(null);
 }