You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-20 15:36:18 +00:00
feat(furni-editor): import-text packet (10049) for Habbo furnidata fetch
Add FurniEditorImportTextComposer (outgoing 10049) + FurniEditorImportText ResultEvent/Parser (incoming 10049: found, name, description, classname), register both in NitroMessages and export from the furnieditor barrels. Lets the editor pull official names/descriptions from a server-fetched Habbo furnidata URL.
This commit is contained in:
@@ -494,6 +494,7 @@ export class IncomingHeader
|
||||
public static FURNI_EDITOR_INTERACTIONS_RESULT = 10043;
|
||||
public static FURNI_EDITOR_RESULT = 10044;
|
||||
public static FURNITURE_DATA_RELOAD = 10047;
|
||||
public static FURNI_EDITOR_IMPORT_TEXT_RESULT = 10049;
|
||||
|
||||
// Catalog Admin
|
||||
public static CATALOG_ADMIN_RESULT = 10059;
|
||||
|
||||
Reference in New Issue
Block a user