[IKFixes] Cleanup

This commit is contained in:
NotAKidoS 2023-08-14 18:53:56 -05:00
parent 5960787616
commit 8a27bd8f7b
2 changed files with 22 additions and 20 deletions

View file

@ -42,7 +42,7 @@ public class IKFixes : MelonMod
ApplyPatches(typeof(HarmonyPatches.IKSystemPatches));
}
void ApplyPatches(Type type)
private void ApplyPatches(Type type)
{
try
{