Files
Nitro_Render_V3/packages/communication/src/messages/incoming/earnings/index.ts
T
simoleo89 80df492753 feat(earnings): add Earnings Center packets (9308-9310 / 9407-9408)
Client-side counterpart to the emulator earnings contract
(emulatore/docs/earnings-packet-contract.md). Outgoing: RequestEarningsCenter /
ClaimEarningsReward(categoryKey) / ClaimAllEarningsRewards. Incoming:
EarningsCenter + EarningsClaimResult sharing one entry/reward shape. Registered
in NitroMessages + barrel chain (incoming/outgoing/parser).
2026-06-15 22:28:17 +02:00

3 lines
83 B
TypeScript

export * from './EarningsCenterEvent';
export * from './EarningsClaimResultEvent';