Consistent access modifiers on inner patches

This commit is contained in:
Tyfon
2024-05-29 14:33:43 -07:00
parent e022cf5f32
commit 328224ca65
4 changed files with 11 additions and 11 deletions

View File

@@ -35,7 +35,7 @@ namespace UIFixes
scrollRect.onValueChanged.AddListener(UpdateScrollPosition);
}
private class SyncStashScrollPatch : ModulePatch
public class SyncStashScrollPatch : ModulePatch
{
protected override MethodBase GetTargetMethod()
{