mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
New automatic de-briefing system implemented
This commit is contained in:
10
userdata/state.py
Normal file
10
userdata/state.py
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
|
||||
class RunningMissionState:
|
||||
|
||||
killed_aircrafts = []
|
||||
killed_ground_units = []
|
||||
weapons_fired = []
|
||||
|
||||
def __init__(self):
|
||||
pass
|
||||
Reference in New Issue
Block a user