debug stuff

This commit is contained in:
David Markowitz
2025-01-20 19:20:58 -08:00
parent af2ba5b287
commit 60971409c1
10 changed files with 93 additions and 18 deletions

View File

@@ -23,6 +23,7 @@ class Leaderboard;
class PropertySelectQueryProperty;
class TradeItem;
class LDFBaseData;
class AMFArrayValue;
enum class eAnimationFlags : uint32_t;
@@ -805,6 +806,13 @@ namespace GameMessages {
struct SetRetroactiveFlags : public GameMsg {
SetRetroactiveFlags() : GameMsg(MessageType::Game::SET_RETROACTIVE_FLAGS) {}
};
struct GetObjectReportInfo : public GameMsg {
GetObjectReportInfo() : GameMsg(MessageType::Game::GET_OBJECT_REPORT_INFO) {}
AMFArrayValue* info{};
bool bVerbose{};
};
};
#endif // GAMEMESSAGES_H