Swap working, but with specific GClass references

This commit is contained in:
Tyfon
2024-04-24 11:57:40 -07:00
parent 4e0f3f9139
commit 59c2428595
4 changed files with 230 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ namespace UIFixes
WeaponZoomPatch.Enable();
new WeaponBindingPatch().Enable();
new DisabledActionsPatch().Enable();
SwapPatch.Enable();
}
}
}