feat: more destroyable debug info (#1912)

* feat: more destroyable info

* Change type and remove duplicate value
This commit is contained in:
David Markowitz
2025-10-16 12:15:02 -07:00
committed by GitHub
parent 4c9c773ec5
commit f3a5f60d81
4 changed files with 99 additions and 19 deletions

View File

@@ -793,6 +793,7 @@ namespace GameMessages {
AMFArrayValue* info{};
AMFArrayValue* subCategory{};
bool bVerbose{};
LWOOBJID clientID{};
GetObjectReportInfo() : GameMsg(MessageType::Game::GET_OBJECT_REPORT_INFO, eGameMasterLevel::DEVELOPER) {}
};