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 7da07aa1d5
commit 108a24625f
9 changed files with 96 additions and 1 deletions
@@ -496,6 +496,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;