pilky / twitchmata

A set of files to help simplify integrating Twitch with an Animata VIPO stream built in Unity
MIT License
11 stars 3 forks source link

Add Start/CancelRaid functionality to RaidManager #10

Closed pilky closed 1 year ago

pilky commented 1 year ago

Add functionality to start raiding a channel. This involves multiple steps:

  1. Start raiding via the API
  2. Allow cancelling the raid via the API
  3. Respond to PubSub notifications about the raid (this should be OnRaidUpdateV2 and OnRaidGo but these are undocumented)