Allow user-made custom injected weapons setup

This commit is contained in:
Raffson
2023-07-22 23:41:42 +02:00
parent da75f41b01
commit 53122ff149
2 changed files with 15 additions and 0 deletions

View File

@@ -87,6 +87,10 @@ def payloads_dir(backup: bool = False) -> Path:
return payloads
def user_custom_weapon_injections_dir() -> Path:
return base_path() / "Retribution" / "WeaponInjections"
def save_dir() -> Path:
return base_path() / "Retribution" / "Saves"