On this pageGDTKFocus.levelpublic Int32 level { get; set; }CopyDescription#Get/Set current levelUsage#Exampleusing NullSave.GDTK.Statsusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(GDTKFocus target) { System.Int32 result = target.level; } }Copy