mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 22:39:22 +00:00
[GestureLock] Fixes for 2023r171
This commit is contained in:
parent
eef6f1bf51
commit
0e9f7566da
4 changed files with 42 additions and 48 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue