On this pageGDTKStatProxy.sourcepublic Object source { get; }CopyDescription#Gets to stat sourceUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(GDTKStatProxy target) { System.Object result = target.source; } }Copy