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