feat: InventoryComponent debug info

This commit is contained in:
David Markowitz
2025-10-06 01:50:03 -07:00
parent 62ac65c520
commit 2cc74d7b12
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: