Add offer price hightlight; static patches classes

This commit is contained in:
Tyfon
2024-05-25 11:44:37 -07:00
parent 114df1551a
commit d18dfc0310
11 changed files with 80 additions and 29 deletions

View File

@@ -8,7 +8,7 @@ using UnityEngine.UI;
namespace UIFixes
{
public class SyncScrollPositionPatches
public static class SyncScrollPositionPatches
{
private static float StashScrollPosition = 1f;