mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Add todo for transfer refactor.
This commit is contained in:
parent
4069074f41
commit
26cd2d3fef
@ -16,6 +16,11 @@ from gen.naming import namegen
|
||||
from gen.flights.flight import Flight, FlightType
|
||||
|
||||
|
||||
# TODO: Remove base classes.
|
||||
# Eventually we'll want multi-mode transfers (convoy from factory to port, onto a ship,
|
||||
# then airlifted to the final destination, etc). To do this we'll need to make the
|
||||
# transfer *order* represent the full journey and let classes like Convoy handle the
|
||||
# individual hops.
|
||||
@dataclass
|
||||
class TransferOrder:
|
||||
"""The base type of all transfer orders.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user