Add offer context menu

This commit is contained in:
Tyfon
2024-08-16 18:18:04 -07:00
parent 852b9b0078
commit fe8a02d9c3
4 changed files with 213 additions and 0 deletions

View File

@@ -75,6 +75,7 @@ public class Plugin : BaseUnityPlugin
WeaponModdingPatches.Enable();
TagPatches.Enable();
TacticalBindsPatches.Enable();
AddOfferContextMenuPatches.Enable();
}
public static bool InRaid()