You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-20 15:36:18 +00:00
feat: soundboard packets
Add the soundboard message protocol mirroring the Arcturus side: - incoming SoundboardSettings (enabled flag + sound list) and SoundboardPlay (soundId, url, username) events + parsers - outgoing SoundboardPlay (soundId) and SoundboardSetEnabled composers - header ids 9405/9406 (incoming), 9306/9307 (outgoing) - NitroMessages registration + barrel exports
This commit is contained in:
@@ -556,4 +556,6 @@ export class OutgoingHeader
|
||||
public static WHEEL_BUY_SPIN = 9303;
|
||||
public static WHEEL_ADMIN_GET_PRIZES = 9304;
|
||||
public static WHEEL_ADMIN_SAVE_PRIZES = 9305;
|
||||
public static SOUNDBOARD_PLAY = 9306;
|
||||
public static SOUNDBOARD_SET_ENABLED = 9307;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user