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