[AvatarScale] Cleanup

This commit is contained in:
NotAKidoS 2023-08-14 18:53:02 -05:00
parent ab4276e880
commit 5b40a2a185
4 changed files with 12 additions and 12 deletions

View file

@ -16,7 +16,7 @@ public class AvatarScaleMod : MelonMod
ApplyPatches(typeof(HarmonyPatches.GesturePlaneTestPatches));
}
void ApplyPatches(Type type)
private void ApplyPatches(Type type)
{
try
{