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