Display correct weapon keybinds in-raid

This commit is contained in:
Tyfon
2024-04-19 14:49:50 -07:00
parent cae878c119
commit 735aabcdc8
2 changed files with 40 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ namespace UIFixes
new MailReceiveAllPatch().Enable();
ScrollPatches.Enable();
WeaponZoomPatch.Enable();
new WeaponBindingPatch().Enable();
}
}
}