On this pageStatModifierPlugin.descriptionpublic string description { get; }CopyDescription#Description of the pluginUsage#Exampleusing NullSave.GDTK.Stats;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(StatModifierPlugin target) { string result = target.description; } }Copy