On this pageIStatClient.statIdpublic string statId { get; set; }CopyDescription#Get/Set the Stat IdUsage#Exampleusing NullSave.GDTK.Stats;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(IStatClient target) { string result = target.statId; } }Copy