[GestureLock] Fixes for 2023r171

This commit is contained in:
NotAKidoS 2023-07-28 22:30:04 -05:00
parent eef6f1bf51
commit 0e9f7566da
4 changed files with 42 additions and 48 deletions

View file

@ -6,10 +6,10 @@ public class GestureLock : MelonMod
{
public override void OnInitializeMelon()
{
ApplyPatches(typeof(HarmonyPatches.Patches));
ApplyPatches(typeof(HarmonyPatches.CVRInputModule_XRPatches));
}
void ApplyPatches(Type type)
private void ApplyPatches(Type type)
{
try
{