limit nonstandard dragging

This commit is contained in:
Tyfon
2024-07-23 19:00:00 -07:00
parent 48faa97082
commit 960cb725ec
3 changed files with 57 additions and 2 deletions

View File

@@ -68,6 +68,7 @@ public class Plugin : BaseUnityPlugin
ReloadInPlacePatches.Enable();
BarterOfferPatches.Enable();
new UnlockCursorPatch().Enable();
LimitDragPatches.Enable();
}
public static bool InRaid()