You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-19 15:06:20 +00:00
🆙 PLace back outgoing youtuibe packets
This commit is contained in:
@@ -510,4 +510,10 @@ export class OutgoingHeader
|
|||||||
public static SET_ACTIVE_PREFIX = 7012;
|
public static SET_ACTIVE_PREFIX = 7012;
|
||||||
public static DELETE_PREFIX = 7013;
|
public static DELETE_PREFIX = 7013;
|
||||||
public static PURCHASE_PREFIX = 7014;
|
public static PURCHASE_PREFIX = 7014;
|
||||||
|
|
||||||
|
// YouTube Room Broadcast
|
||||||
|
public static YOUTUBE_ROOM_PLAY = 8001;
|
||||||
|
public static YOUTUBE_ROOM_WATCHING = 8002;
|
||||||
|
public static YOUTUBE_ROOM_SETTINGS = 8003;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user