feat(room): add single-click user packet for wired trigger

- add ClickUserMessageComposer and outgoing header wiring\n- send the user click packet from RoomObjectEventHandler for avatar single clicks\n- support wf_trg_click_user in the linked Nitro UI/emulator flow
This commit is contained in:
Lorenzune
2026-03-17 01:34:51 +01:00
parent b47ac17a46
commit 00743a3865
5 changed files with 34 additions and 4 deletions
@@ -1,6 +1,7 @@
export class OutgoingHeader
{
public static CLICK_FURNI = 6002;
public static CLICK_USER = 10020;
public static ACHIEVEMENT_LIST = 219;
public static AUTHENTICATION = -1;