On this pageGDTKStatProxy.infopublic BasicInfo info { get; set; }CopyDescription#Gets/Sets information about objectUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(GDTKStatProxy target) { BasicInfo result = target.info; } }Copy