Class HypeTrainReward
- Assembly
- Firesplash.UnityAssets.TwitchIntegration.dll
Represents a reward for participating in a hype train level
[Serializable]
public class HypeTrainReward
- Inheritance
-
HypeTrainReward
- Inherited Members
Properties
GroupId
Unknown
[JsonProperty("group_id")]
public string GroupId { get; }
Property Value
Id
The (unique?) ID of this reward
[JsonProperty("id")]
public string Id { get; }
Property Value
RewardLevel
unknown
[JsonProperty("reward_level")]
public int RewardLevel { get; }
Property Value
Type
Thy type of this reward - Usually EMOTE
[JsonProperty("type")]
public string Type { get; }