Add AWCD mid-game cheat

This commit is contained in:
Raffson
2023-12-28 19:37:58 +01:00
parent d6f586bbe3
commit 9ff9fa5b69
6 changed files with 73 additions and 32 deletions

View File

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