feat(communication): FurnitureDataReload incoming event + parser (header 10047)

This commit is contained in:
simoleo89
2026-06-04 21:50:34 +02:00
parent 6a7443b602
commit 7a77b302e1
8 changed files with 79 additions and 0 deletions
@@ -493,6 +493,7 @@ export class IncomingHeader
public static FURNI_EDITOR_DETAIL_RESULT = 10041;
public static FURNI_EDITOR_INTERACTIONS_RESULT = 10043;
public static FURNI_EDITOR_RESULT = 10044;
public static FURNITURE_DATA_RELOAD = 10047;
// Catalog Admin
public static CATALOG_ADMIN_RESULT = 10059;