You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-19 23:16:20 +00:00
Expose room, user and furni metadata for wired tools
- parse extra room snapshot data such as hotel time, room item limit and group context - expose richer furni metadata including flags, dimensions and teleport targets - expose richer user metadata including room-entry fields and ids needed by inspection tools - keep session and room engine models aligned with the new wired monitor/inspection flow
This commit is contained in:
@@ -23,4 +23,6 @@ export interface IRoomUserData
|
||||
petLevel: number;
|
||||
botSkills: number[];
|
||||
isModerator: boolean;
|
||||
roomEntryMethod: string;
|
||||
roomEntryTeleportId: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user