On this pageMerchantWindowUI.RestockFreshDeclaration#public void RestockFresh()CopyDescription#Restock Merchant (keep existing)Usage#using NullSave.GDTK.Inventory;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(MerchantWindowUI target) { target.RestockFresh(); } }Copy