On this pageMerchantPlugin.hostpublic Merchant host { get; }CopyDescription#Gets the associated MerchantUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(MerchantPlugin target) { Merchant result = target.host; } }Copy