On this pageMerchantWindowUI.SwapStateDeclaration#public void SwapState()CopyDescription#Toggle between sell (player) and buy (merchant) modesUsage#using NullSave.GDTK.Inventory;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(MerchantWindowUI target) { target.SwapState(); } }Copy