mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Type for ca_slot_entry
This commit is contained in:
parent
3500c85e8d
commit
8cb7c7378f
@ -9,7 +9,7 @@ from .styles import STYLES, RED
|
||||
|
||||
class EventMenu(Menu):
|
||||
scramble_entries = None # type: typing.Dict[typing.Type[Task], typing.Dict[typing.Type[UnitType], typing.Tuple[Entry, Entry]]]
|
||||
ca_slot_entry = None
|
||||
ca_slot_entry = None # type: Entry
|
||||
error_label = None # type: Label
|
||||
awacs = None # type: IntVar
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user