mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
canvas map overview WIP
This commit is contained in:
@@ -60,7 +60,7 @@ UNIT_BY_COUNTRY = {
|
||||
UnitsDict = typing.Dict[UnitType, int]
|
||||
PlaneDict = typing.Dict[PlaneType, int]
|
||||
ArmorDict = typing.Dict[VehicleType, int]
|
||||
AADict = typing.Dict[AirDefence, int]
|
||||
AirDefenseDict = typing.Dict[AirDefence, int]
|
||||
|
||||
|
||||
def unit_task(unit: UnitType) -> Task:
|
||||
|
||||
Reference in New Issue
Block a user