On this pageCurrencyUI.currencypublic GDTKCurrency currency { get; }CopyDescription#Gets the associated currencyUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(CurrencyUI target) { GDTKCurrency result = target.currency; } }Copy