feat(communication): housekeeping economy — 4 composers

OutgoingHeader 9117-9120: give-credits, give-currency (generic across
duckets/diamonds/seasonal via a currencyType int), grant-item,
set-hc-subscription. All four ride the existing
HousekeepingActionResultEvent — no new parser needed.

`yarn compile:fast` clean.
This commit is contained in:
simoleo89
2026-05-24 11:30:53 +02:00
committed by simoleo89
parent 597cd2402f
commit 386bf79ddc
7 changed files with 57 additions and 1 deletions
@@ -541,4 +541,8 @@ export class OutgoingHeader
public static HOUSEKEEPING_KICK_ALL_FROM_ROOM = 9114;
public static HOUSEKEEPING_TRANSFER_ROOM_OWNERSHIP = 9115;
public static HOUSEKEEPING_DELETE_ROOM = 9116;
public static HOUSEKEEPING_GIVE_CREDITS = 9117;
public static HOUSEKEEPING_GIVE_CURRENCY = 9118;
public static HOUSEKEEPING_GRANT_ITEM = 9119;
public static HOUSEKEEPING_SET_HC_SUBSCRIPTION = 9120;
}