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:
simoleo89
2026-06-06 15:26:23 +02:00
parent 9737f7143b
commit b75b9d9dbe
8 changed files with 93 additions and 0 deletions
@@ -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;