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