On this pageMerchantUI.merchantpublic Merchant merchant { get; }CopyDescription#Get the associated MerchantUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(MerchantUI target) { Merchant result = target.merchant; } }Copy