Class PointRewardMaxPerStream
- Assembly
- Firesplash.UnityAssets.TwitchIntegration.dll
Maximum stock per stream info for a reward
[Serializable]
public class PointRewardMaxPerStream
- Inheritance
-
PointRewardMaxPerStream
- Inherited Members
Properties
IsEnabled
Is stock limited?
[JsonProperty("is_enabled")]
public bool IsEnabled { get; }
Property Value
MaxPerStream
If limited, this is the stock per stream
[JsonProperty("max_per_stream")]
public int MaxPerStream { get; }