enum class EGCCitadelClientMessages : uint32
{
    k_EMsgClientToGCStartMatchmaking = 9010,
    k_EMsgClientToGCStartMatchmakingResponse = 9011,
    k_EMsgClientToGCStopMatchmaking = 9012,
    k_EMsgClientToGCStopMatchmakingResponse = 9013,
    k_EMsgGCToClientMatchmakingStopped = 9014,
    k_EMsgClientToGCLeaveLobby = 9015,
    k_EMsgClientToGCLeaveLobbyResponse = 9016,
    k_EMsgClientToGCIsInMatchmaking = 9017,
    k_EMsgClientToGCIsInMatchmakingResponse = 9018,
    k_EMsgGCToClientDevPlaytestStatus = 9019,
    k_EMsgClientToGCDevSetMMBias = 9023,
    k_EMsgClientToGCGetProfileCard = 9024,
    k_EMsgClientToGCGetProfileCardResponse = 9025,
    k_EMsgClientToGCUpdateRoster = 9026,
    k_EMsgClientToGCUpdateRosterResponse = 9027,
    k_EMsgGCToClientProfileCardUpdated = 9028,
    k_EMsgGCToClientDevAnnouncements = 9029,
    k_EMsgClientToGCModifyDevAnnouncements = 9030,
    k_EMsgClientToGCModifyDevAnnouncementsResponse = 9031,
    k_EMsgGCToClientSDRTicket = 9100,
    k_EMsgClientToGCReplacementSDRTicket = 9101,
    k_EMsgClientToGCReplacementSDRTicketResponse = 9102,
    k_EMsgClientToGCSetServerConVar = 9107,
    k_EMsgClientToGCSetServerConVarResponse = 9108,
    k_EMsgClientToGCSpectateLobby = 9109,
    k_EMsgClientToGCSpectateLobbyResponse = 9110,
    k_EMsgClientToGCPostMatchSurveyResponse = 9111,
    k_EMsgClientToGCGetMatchHistory = 9112,
    k_EMsgClientToGCGetMatchHistoryResponse = 9113,
    k_EMsgClientToGCSpectateUser = 9116,
    k_EMsgClientToGCSpectateUserResponse = 9117,
    k_EMsgClientToGCPartyCreate = 9123,
    k_EMsgClientToGCPartyCreateResponse = 9124,
    k_EMsgClientToGCPartyLeave = 9125,
    k_EMsgClientToGCPartyLeaveResponse = 9126,
    k_EMsgClientToGCPartyJoin = 9127,
    k_EMsgClientToGCPartyJoinResponse = 9128,
    k_EMsgClientToGCPartyAction = 9129,
    k_EMsgClientToGCPartyActionResponse = 9130,
    k_EMsgClientToGCPartyStartMatch = 9131,
    k_EMsgClientToGCPartyStartMatchResponse = 9132,
    k_EMsgClientToGCPartyInviteUser = 9133,
    k_EMsgClientToGCPartyInviteUserResponse = 9134,
    k_EMsgGCToClientPartyEvent = 9135,
    k_EMsgGCToClientCanRejoinParty = 9137,
    k_EMsgClientToGCPartyJoinViaCode = 9138,
    k_EMsgClientToGCPartyJoinViaCodeResponse = 9139,
    k_EMsgClientToGCPartySetReadyState = 9142,
    k_EMsgClientToGCPartySetReadyStateResponse = 9143,
    k_EMsgClientToGCGetAccountStats = 9164,
    k_EMsgClientToGCGetAccountStatsResponse = 9165,
    k_EMsgGCToClientAccountStatsUpdated = 9166,
    k_EMsgClientToGCGetMatchMetaData = 9167,
    k_EMsgClientToGCGetMatchMetaDataResponse = 9168,
    k_EMsgClientToGCDevAction = 9172,
    k_EMsgClientToGCDevActionResponse = 9173,
    k_EMsgClientToGCRecordClientEvents = 9174,
    k_EMsgClientToGCRecordClientEventsResponse = 9175,
    k_EMsgClientToGCSetNewPlayerProgress = 9176,
    k_EMsgClientToGCSetNewPlayerProgressResponse = 9177,
    k_EMsgClientToGCUpdateAccountSync = 9178,
    k_EMsgClientToGCUpdateAccountSyncResponse = 9179,
    k_EMsgClientToGCGetHeroChoice = 9180,
    k_EMsgClientToGCGetHeroChoiceResponse = 9181,
    k_EMsgClientToGCUnlockHero = 9182,
    k_EMsgClientToGCUnlockHeroResponse = 9183,
    k_EMsgClientToGCBookUnlock = 9184,
    k_EMsgClientToGCBookUnlockResponse = 9185,
    k_EMsgClientToGCGetBook = 9186,
    k_EMsgClientToGCGetBookResponse = 9187,
    k_EMsgGCToClientBookUpdated = 9188,
    k_EMsgClientToGCSubmitPlaytestUser = 9189,
    k_EMsgClientToGCSubmitPlaytestUserResponse = 9190,
    k_EMsgClientToGCUpdateHeroBuild = 9193,
    k_EMsgClientToGCUpdateHeroBuildResponse = 9194,
    k_EMsgClientToGCFindHeroBuilds = 9195,
    k_EMsgClientToGCFindHeroBuildsResponse = 9196,
    k_EMsgClientToGCReportPlayerFromMatch = 9197,
    k_EMsgClientToGCReportPlayerFromMatchResponse = 9198,
    k_EMsgClientToGCGetAccountMatchReports = 9199,
    k_EMsgClientToGCGetAccountMatchReportsResponse = 9200,
    k_EMsgClientToGCDeleteHeroBuild = 9201,
    k_EMsgClientToGCDeleteHeroBuildResponse = 9202,
    k_EMsgClientToGCGetActiveMatches = 9203,
    k_EMsgClientToGCGetActiveMatchesResponse = 9204,
    k_EMsgClientToGCGetDiscordLink = 9205,
    k_EMsgClientToGCGetDiscordLinkResponse = 9206,
    k_EMsgClientToGCPartySetMode = 9207,
    k_EMsgClientToGCPartySetModeResponse = 9208,
    k_EMsgClientToGCGrantForumAccess = 9209,
    k_EMsgClientToGCGrantForumAccessResponse = 9210,
    k_EMsgClientToGCModeratorRequest = 9211,
    k_EMsgClientToGCModeratorRequestResponse = 9212,
    k_EMsgClientToGCGetFriendGameStatus = 9213,
    k_EMsgClientToGCGetFriendGameStatusResponse = 9214,
    k_EMsgClientToGCUpdateHeroBuildPreference = 9215,
    k_EMsgClientToGCUpdateHeroBuildPreferenceResponse = 9216,
    k_EMsgClientToGCUpdateSpectatorStatus = 9219,
    k_EMsgClientToGCCommendPlayerFromMatch = 9223,
    k_EMsgClientToGCCommendPlayerFromMatchResponse = 9224,
    k_EMsgGCToClientCommendNotification = 9225,
    k_EMsgGCToClientHeroLabsSchedule = 9228,
    k_EMsgClientToGCDevRequestCheatReports = 9230,
    k_EMsgClientToGCDevRequestCheatReportsResponse = 9231,
    k_EMsgClientToGCDevBan = 9232,
    k_EMsgClientToGCDevBanResponse = 9233,
    k_EMsgClientToGCGetHeroMMRRankings = 9234,
    k_EMsgClientToGCGetHeroMMRRankingsResponse = 9235,
    k_EMsgClientToGCGetLeaderboard = 9236,
    k_EMsgClientToGCGetLeaderboardResponse = 9237,
    k_EMsgClientToGCGetAccountLeaderboards = 9238,
    k_EMsgClientToGCGetAccountLeaderboardsResponse = 9239,
    k_EMsgClientToGCTarotGetUserData = 9242,
    k_EMsgClientToGCTarotGetUserDataResponse = 9243,
    k_EMsgGCToClientTarotUserDataUpdated = 9244,
    k_EMsgClientToGCTarotPlaceTile = 9245,
    k_EMsgClientToGCTarotPlaceTileResponse = 9246,
    k_EMsgClientToGCTarotApplyRune = 9247,
    k_EMsgClientToGCTarotApplyRuneResponse = 9248,
    k_EMsgClientToGCTarotCompleteBoard = 9249,
    k_EMsgClientToGCTarotCompleteBoardResponse = 9250,
    k_EMsgClientToGCTarotDevCreateTile = 9251,
    k_EMsgClientToGCTarotDevCreateTileResponse = 9252,
    k_EMsgClientToGCTarotDevCreateBoard = 9253,
    k_EMsgClientToGCTarotDevCreateBoardResponse = 9254,
    k_EMsgClientToGCTarotDevGenerateTestTiles = 9255,
    k_EMsgClientToGCTarotDevGenerateTestTilesResponse = 9256,
    k_EMsgClientToGCTarotDevModifyEnergy = 9257,
    k_EMsgClientToGCTarotDevModifyEnergyResponse = 9258,
    k_EMsgClientToGCGenerateChallengeSet = 9259,
    k_EMsgClientToGCGenerateChallengeSetResponse = 9260,
    k_EMsgClientToGCChallengeActivate = 9261,
    k_EMsgClientToGCChallengeActivateResponse = 9262,
    k_EMsgClientToGCChallengeClaim = 9263,
    k_EMsgClientToGCChallengeClaimResponse = 9264,
    k_EMsgClientToGCChallengeCancel = 9265,
    k_EMsgClientToGCChallengeCancelResponse = 9266,
    k_EMsgClientToGCGetSurveyQuestion = 9267,
    k_EMsgClientToGCGetSurveyQuestionResponse = 9268,
    k_EMsgClientToGCSubmitSurvey = 9269,
    k_EMsgClientToGCSubmitSurveyResponse = 9270,
    k_EMsgClientToGCGetRankData = 9271,
    k_EMsgGCToClientGetRankDataResponse = 9272,
    k_EMsgGCToClientRankDataUpdate = 9273,
    k_EMsgClientToGCGetHideoutSDRTicket = 9274,
    k_EMsgClientToGCGetHideoutSDRTicketResponse = 9275,
    k_EMsgClientToGCSubmitHeroReleaseVote = 9276,
    k_EMsgClientToGCPartySendChatMsg = 9277,
    k_EMsgClientToGCPartySendChatMsgResponse = 9278,
    k_EMsgGCToClientPartyChatMsg = 9279,
    k_EMsgClientToGCRequestHeroReleaseVoteTally = 9280,
    k_EMsgGCToClientUpdateHeroReleaseVoteTally = 9281,
};