You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✨ Added Request.Type.PLAYER_INFO for identifying who a connected streamer is (a proper API for this will be created once the CC-side implementation is finalized)
✨ Added callbacks to TimedEffect for listening to calls to #pause/#resume
✨ Added TimedEffect#[pause/resume]All for i.e. pausing all effects during a loading screen
🧹 Renamed the method in @Subscribe from effect to value (to allow omitting the method name)
📜 Refactored example project from pseudo-code to a proper compiled file to ensure it is updated with new API versions