ItemListUI.itemContainer
public ItemContainer itemContainer { get; set; }Description#
Get/Set an Item Container to load data from
Usage#
Example
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(ItemListUI target) { ItemContainer result = target.itemContainer; } }