enum class EGCCitadelServerMessages : uint32
{
    k_EMsgServerToGCMatchSignoutPermission = 10012,
    k_EMsgServerToGCMatchSignoutPermissionResponse = 10013,
    k_EMsgServerToGCMatchSignout = 10014,
    k_EMsgServerToGCMatchSignoutResponse = 10015,
    k_EMsgGCToServerAddSpectator = 10016,
    k_EMsgGCToServerAddSpectatorResponse = 10017,
    k_EMsgServerToGCIdlePing = 10018,
    k_EMsgGCToServerRequestPing = 10019,
    k_EMsgGCToServerAllocateForMatch = 10021,
    k_EMsgGCToServerAllocateForMatchResponse = 10022,
    k_EMsgServerToGCEnterMatchmaking = 10023,
    k_EMsgGCToServerCancelAllocateForMatch = 10024,
    k_EMsgServerToGCUpdateLobbyServerState = 10025,
    k_EMsgServerToGCAbandonMatch = 10026,
    k_EMsgServerToGCAbandonMatchResponse = 10027,
    k_EMsgServerToGCTestConnection = 10028,
    k_EMsgServerToGCTestConnectionResponse = 10029,
    k_EMsgGCToServerSetServerConVar = 10039,
    k_EMsgGCToServerSetServerConVarResponse = 10040,
    k_EMsgServerToGCUpdateMatchInfo = 10041,
    k_EMsgServerToGCRequestPlayerHeroData = 10044,
    k_EMsgServerToGCRequestPlayerHeroDataResponse = 10045,
    k_EMsgGCToServerAllocateForHideout = 10046,
    k_EMsgGCToServerAllocateForHideoutResponse = 10047,
};