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