mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-03 23:09:22 +00:00
Update Main.cs
This commit is contained in:
parent
31d3a76f42
commit
b37ebb4683
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@ public class IKFixes : MelonMod
|
||||||
public static readonly MelonPreferences_Entry<bool> EntryNetIKPass =
|
public static readonly MelonPreferences_Entry<bool> EntryNetIKPass =
|
||||||
Category.CreateEntry("Network IK Pass", true, description: "Should NetIK pass be run?");
|
Category.CreateEntry("Network IK Pass", true, description: "Should NetIK pass be run?");
|
||||||
|
|
||||||
|
|
||||||
public override void OnInitializeMelon()
|
public override void OnInitializeMelon()
|
||||||
{
|
{
|
||||||
ApplyPatches(typeof(HarmonyPatches.VRIKPatches));
|
ApplyPatches(typeof(HarmonyPatches.VRIKPatches));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue