feat: more destroyable info

This commit is contained in:
David Markowitz
2025-10-16 02:08:55 -07:00
parent ec6253c80c
commit 19d17f6c41
4 changed files with 99 additions and 18 deletions

View File

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