On this pageInventory.statSourcepublic GDTKItemStatSource statSource { get; }CopyDescription#Gets the Item Stat SourceUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(Inventory target) { GDTKItemStatSource result = target.statSource; } }Copy