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