public void NewPath(FlightPath flightPath) { ResetPath(); nodes.AddRange(flightPath.Path); }
public override void PostMake() { base.PostMake(); flightPath = new FlightPath(this); }