On this pageStatInteractable.InteractionTextpublic string InteractionText { get; }CopyDescription#Text to display in the UIUsage#Exampleusing NullSave.GDTK.Statsusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(StatInteractable target) { string result = target.InteractionText; } }Copy