On this pagePerkUI.perkpublic GDTKPerk perk { get; }CopyDescription#Gets the associated perkUsage#Exampleusing NullSave.GDTK.Stats;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(PerkUI target) { GDTKPerk result = target.perk; } }Copy