StatsDatabaseV2.backgrounds
public static List<GDTKBackground> backgrounds { get; }
#
DescriptionList of all Backgrounds
#
UsageExample
using NullSave.GDTK.Statsusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(StatsDatabaseV2 target) { System.Collections.Generic.List<GDTKBackground> result = target.backgrounds; } }