On this pageMerchant.infopublic BasicInfo info { get; }CopyDescription#Information about this objectUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(Merchant target) { BasicInfo result = target.info; } }Copy