Add zoom to weapon presets and modding

This commit is contained in:
Tyfon
2024-04-19 13:16:16 -07:00
parent 9fa87095b2
commit cae878c119
2 changed files with 79 additions and 1 deletions

View File

@@ -1,5 +1,4 @@
using BepInEx;
using BepInEx.Configuration;
namespace UIFixes
{
@@ -15,6 +14,7 @@ namespace UIFixes
new TransferConfirmPatch().Enable();
new MailReceiveAllPatch().Enable();
ScrollPatches.Enable();
WeaponZoomPatch.Enable();
}
}
}