feat: InventoryComponent debug info (#1902)

This commit is contained in:
David Markowitz
2025-10-10 22:58:52 -07:00
committed by GitHub
parent ce28834dce
commit e051229fb6
2 changed files with 102 additions and 1 deletions

View File

@@ -410,6 +410,8 @@ public:
// Used to migrate a character version, no need to call outside of that context
void RegenerateItemIDs();
bool OnGetObjectReportInfo(GameMessages::GameMsg& msg);
~InventoryComponent() override;
private: