mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +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