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(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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user