Load Ammo context menu in raid

This commit is contained in:
Tyfon
2024-06-10 02:21:45 -07:00
parent c643b12455
commit 613130f537
4 changed files with 96 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
using BepInEx;
using Comfort.Common;
using EFT;
using UIFixes.Patches;
namespace UIFixes
{
@@ -48,6 +49,7 @@ namespace UIFixes
KeepWindowsOnScreenPatches.Enable();
new ContextMenuShortcutPatch().Enable();
new OpenSortingTablePatch().Enable();
LoadAmmoInRaidPatches.Enable();
}
public static bool InRaid()