On this pageMerchant.itemContainerpublic ItemContainer itemContainer { get; }CopyDescription#Gets the item containerUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(Merchant target) { ItemContainer result = target.itemContainer; } }Copy