[RelativeSync] Alt Pickup Test

This commit is contained in:
NotAKidoS 2024-06-10 00:47:51 -05:00
parent 564e50070a
commit f2c3fcc50e
4 changed files with 438 additions and 1 deletions

View file

@ -18,6 +18,9 @@ public class RelativeSyncMod : MelonMod
// Experimental sync hack
ApplyPatches(typeof(CVRSpawnablePatches));
// Experimental pickup in chair hack
ApplyPatches(typeof(CVRPickupObjectPatches));
// Experimental no interpolation on Better Better Character Controller
ApplyPatches(typeof(BetterBetterCharacterControllerPatches));