TwitchLib / TwitchLib.Unity

TwitchLib repository representing all code belonging to the implementation of TwitchLib for Unity. Maintained primarily by LuckyNoS7evin.
164 stars 33 forks source link

Reward class doesn't have the "User Input" field. #61

Open Elendow opened 3 years ago

Elendow commented 3 years ago

It has a flag "IsUserInputRequired" but not a field to check that UserInput if is required.

In previous versions the "OnRewardRedeemedArgs" class had "Message" with that UserInput.

Thanks.