Streamlining

This commit is contained in:
Raffson
2023-10-07 17:14:01 +02:00
parent 1760532168
commit ee3bdf9fd7
7 changed files with 9 additions and 11 deletions

View File

@@ -76,6 +76,10 @@ def base_path() -> Path:
return Path(_dcs_saved_game_folder)
def debug_dir() -> Path:
return base_path() / "Retribution" / "Debug"
def settings_dir() -> Path:
return base_path() / "Retribution" / "Settings"