Add Load/Save for AirWingConfig #167

This commit is contained in:
Raffson
2023-12-29 17:41:07 +01:00
parent 96c7e20488
commit d0dec86a6d
3 changed files with 113 additions and 3 deletions

View File

@@ -91,6 +91,10 @@ def settings_dir() -> Path:
return base_path() / "Retribution" / "Settings"
def airwing_dir() -> Path:
return base_path() / "Retribution" / "AirWing"
def payloads_dir(backup: bool = False) -> Path:
payloads = base_path() / "MissionEditor" / "UnitPayloads"
if backup: