On this pageMerchant.totalFundspublic Int64 totalFunds { get; }CopyDescription#Gets the total value of all non-premium fundsUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(Merchant target) { System.Int64 result = target.totalFunds; } }Copy