Remove unused Package field.

This commit is contained in:
Dan Albert 2022-08-21 22:13:23 -07:00
parent 236812cc81
commit c803a49134

View File

@ -32,8 +32,6 @@ class Package:
#: The set of flights in the package.
flights: List[Flight] = field(default_factory=list)
delay: int = field(default=0)
#: True if the package ToT should be reset to ASAP whenever the player makes
#: a change. This is really a UI property rather than a game property, but
#: we want it to persist in the save.