On this pageCurrencyListUI.inventorypublic Inventory inventory { get; set; }CopyDescription#Inventory to get funds forUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(CurrencyListUI target) { Inventory result = target.inventory; } }Copy