Class HypeTrainLevel
- Assembly
- Firesplash.UnityAssets.TwitchIntegration.dll
An Object representing a HypeTrain Level with metadata
[Serializable]
public class HypeTrainLevel
- Inheritance
-
HypeTrainLevel
- Inherited Members
Properties
Goal
The Hype-Goal
[JsonProperty("goal")]
public int Goal { get; }
Property Value
Rewards
The rewards offered in this level
[JsonProperty("rewards")]
public List<HypeTrainReward> Rewards { get; }
Property Value
Value
The current level
[JsonProperty("value")]
public int Value { get; }