Reorder grids, nonrandom grenades

This commit is contained in:
Tyfon
2024-07-08 12:07:19 -07:00
parent 8d38e3db2d
commit db61a834cb
4 changed files with 196 additions and 0 deletions

View File

@@ -58,6 +58,8 @@ namespace UIFixes
new PutToolsBackPatch().Enable();
new RebindGrenadesPatch().Enable();
AimToggleHoldPatches.Enable();
new ReorderGridsPatch().Enable();
NoRandomGrenadesPatch.Init();
}
public static bool InRaid()