On this pageGDTKPerk.typepublic Type type { get; }CopyDescription#Type of this Selectable OptionUsage#Exampleusing NullSave.GDTK.Stats;using System;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(GDTKClass target) { Type result = target.type; } }Copy