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(furni-editor): add WebSocket packets for furniture editor
Add composers, parsers, and events for the Furni Editor feature communicating via WebSocket with the Arcturus emulator. Packet handlers: - Search (10040/10041): search furniture by name, ID, or type - Detail (10042/10043): get/receive full furniture details by sprite ID - Update (10044): save furniture property changes - Create (10045): create new furniture items - Delete (10046): delete furniture items - Interactions (10047/10048): list available interaction types - Result (10049): confirmation response for save/delete/create New files: - 7 outgoing composers (Search, Detail, BySprite, Interactions, Update, Create, Delete) - 4 incoming events (Search, Detail, Interactions, Result) - 4 parsers (Search, Detail, Interactions, Result) - Updated IncomingHeader, OutgoingHeader, NitroMessages, and barrel exports
This commit is contained in:
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user