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: add wired monitor and variable protocol support
This commit is contained in:
@@ -271,6 +271,12 @@ export class OutgoingHeader
|
||||
public static WIRED_ACTION_SAVE = 2281;
|
||||
public static WIRED_APPLY_SNAPSHOT = 3373;
|
||||
public static WIRED_CONDITION_SAVE = 3203;
|
||||
public static WIRED_MONITOR_REQUEST = 10021;
|
||||
public static WIRED_ROOM_SETTINGS_REQUEST = 10022;
|
||||
public static WIRED_ROOM_SETTINGS_SAVE = 10023;
|
||||
public static WIRED_USER_VARIABLES_REQUEST = 10024;
|
||||
public static WIRED_USER_VARIABLE_UPDATE = 10025;
|
||||
public static WIRED_USER_VARIABLE_MANAGE = 10026;
|
||||
public static WIRED_OPEN = 768;
|
||||
public static WIRED_TRIGGER_SAVE = 1520;
|
||||
public static GET_ITEM_DATA = 3964;
|
||||
|
||||
Reference in New Issue
Block a user