New cheat option: manage REDFOR's TGOs

This commit is contained in:
Raffson
2024-03-01 23:06:46 +01:00
parent 9f7c9eec14
commit 32f8d8d0b7
5 changed files with 37 additions and 8 deletions

View File

@@ -998,6 +998,7 @@ class Settings:
enable_transfer_cheat: bool = False
enable_runway_state_cheat: bool = False
enable_air_wing_adjustments: bool = False
enable_enemy_buy_sell: bool = False
# LUA Plugins system
plugins: Dict[str, bool] = field(default_factory=dict)