Inventory.totalFunds
public Int64 totalFunds { get; }
#
DescriptionGets the total value of all non-premium funds
#
UsageExample
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(Inventory target) { System.Int64 result = target.totalFunds; } }