Ignore:
Timestamp:
09/19/23 11:04:56 (7 months ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
Phase:
public
Message:

The flight contains if its departure gate is taxi-through

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/flight.py

    r1034 r1106  
    121121
    122122        self._maxAltitude = 0
     123
     124        self.departureGateIsTaxiThrough = True
    123125
    124126    @property
Note: See TracChangeset for help on using the changeset viewer.