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
Merge remote-tracking branch 'duckie-temp/main' into duckie-merge-2026-04-21
# Conflicts: # packages/communication/src/NitroMessages.ts # packages/communication/src/messages/incoming/IncomingHeader.ts # packages/communication/src/messages/outgoing/OutgoingHeader.ts
This commit is contained in:
@@ -498,4 +498,9 @@ export class IncomingHeader
|
||||
public static PREFIX_RECEIVED = 7002;
|
||||
public static ACTIVE_PREFIX_UPDATED = 7003;
|
||||
public static USER_NICK_ICONS = 7004;
|
||||
|
||||
// YouTube Room Broadcast
|
||||
public static YOUTUBE_ROOM_BROADCAST = 8001;
|
||||
public static YOUTUBE_ROOM_WATCHERS = 8002;
|
||||
public static YOUTUBE_ROOM_SETTINGS = 8003;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user