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: rare values + fortune wheel protocol + prize editor
Composers/parsers/events for rare values + wheel (open/spin/buy/data/result/ recent-wins) + admin (get/save prizes), headers 9300-9305 / 9400-9404. fix: figure map uses split-aware loadGamedata (raw fetch broke on tier-manifest gamedata, silently empty avatars).
This commit is contained in:
@@ -511,4 +511,11 @@ export class IncomingHeader
|
||||
public static HOUSEKEEPING_ROOM_LIST = 9203;
|
||||
public static HOUSEKEEPING_DASHBOARD = 9204;
|
||||
public static HOUSEKEEPING_ACTION_LOG = 9205;
|
||||
|
||||
// Custom features — IDs 9400+ reserved
|
||||
public static RARE_VALUES = 9400;
|
||||
public static WHEEL_DATA = 9401;
|
||||
public static WHEEL_RESULT = 9402;
|
||||
public static WHEEL_RECENT_WINS = 9403;
|
||||
public static WHEEL_ADMIN_PRIZES = 9404;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user