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