#pragma once #include "nethandlers.h" #include "netcontants.h" #include "game/gameevents.h" #include namespace NetMsg { struct SVC_GameEventList { std::vector eventDescriptors; uint32_t dataLengthInBits; }; } DECLARE_NET_HANDLERS(SVC_GameEventList);