Table of Contents

Class HypeTrainLevel

Namespace
Firesplash.UnityAssets.TwitchIntegration.DataTypes.General
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

int

Rewards

The rewards offered in this level

[JsonProperty("rewards")]
public List<HypeTrainReward> Rewards { get; }

Property Value

List<HypeTrainReward>

Value

The current level

[JsonProperty("value")]
public int Value { get; }

Property Value

int