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