Exemplo n.º 1
0
 public void NewPath(FlightPath flightPath)
 {
     ResetPath();
     nodes.AddRange(flightPath.Path);
 }
Exemplo n.º 2
0
 public override void PostMake()
 {
     base.PostMake();
     flightPath = new FlightPath(this);
 }