StatsDatabaseV2.perks
public static List<GDTKPerk> perks { get; }Description#
List of all Perks
Usage#
Example
using NullSave.GDTK.Statsusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(StatsDatabaseV2 target) { System.Collections.Generic.List<GDTKPerk> result = target.perks; } }