You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-20 07:26: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:
@@ -23,6 +23,7 @@ export * from './handshake';
|
||||
export * from './help';
|
||||
export * from './housekeeping';
|
||||
export * from './rarevalues';
|
||||
export * from './soundboard';
|
||||
export * from './wheel';
|
||||
export * from './inventory';
|
||||
export * from './inventory/avatareffect';
|
||||
|
||||
Reference in New Issue
Block a user