Example #1
0
 public override void Init()
 {
     base.Init();
     myStop        = TaxiStop.GetStop(dir);
     hasStopped    = false;
     onTaxiStop    = false;
     taxiWaitTimer = taxiWaitTime;
 }
Example #2
0
 public override void SetDirection(Vector3 direction, Directions dir)
 {
     base.SetDirection(direction, dir);
     myStop = TaxiStop.GetStop(dir);
 }