mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Remove dead code.
This commit is contained in:
parent
b7723843c6
commit
502d37058c
@ -1,14 +0,0 @@
|
|||||||
from dataclasses import dataclass
|
|
||||||
|
|
||||||
from game.ato import FlightType
|
|
||||||
|
|
||||||
|
|
||||||
@dataclass(frozen=True)
|
|
||||||
class Task:
|
|
||||||
"""The main task of a flight or package."""
|
|
||||||
|
|
||||||
#: The type of task.
|
|
||||||
task_type: FlightType
|
|
||||||
|
|
||||||
#: The location of the objective.
|
|
||||||
location: str
|
|
||||||
Loading…
x
Reference in New Issue
Block a user