enum class ECitadelClientAccountEvent : uint32
{
k_eLaunchedHeroTest = 1, // (1 << 0)
k_eViewedProfile = 2, // (1 << 1)
k_eViewedHeroes = 4, // (1 << 2)
k_eViewedHeroDetails = 5, // (1 << 2)
k_eViewedPatchNotes = 6, // (1 << 2)
k_eViewedEvents = 7, // (1 << 2)
k_eViewedGettingStarted = 8, // (1 << 3)
k_eViewedGuidePage = 9, // (1 << 3)
k_eLaunchedClient = 10, // (1 << 3)
k_eEditRoster = 11, // (1 << 3)
k_eViewedWatch = 12, // (1 << 3)
k_eCreatedParty = 13, // (1 << 3)
k_eCreatedPartyWithInvite = 14, // (1 << 3)
k_eViewedSelfProfile = 15, // (1 << 3)
k_eJoinedPartyCode = 16, // (1 << 4)
k_eSentPartyInvite = 17, // (1 << 4)
k_eAcceptPartyInvite = 18, // (1 << 4)
k_eRejectPartyInvite = 19, // (1 << 4)
k_eSpectateUser = 20, // (1 << 4)
k_eSpectateMatch = 21, // (1 << 4)
k_eEnteredMatchMaking = 22, // (1 << 4)
k_eLeftMatchMaking = 23, // (1 << 4)
k_eEnteredPartyMatchMaking = 24, // (1 << 4)
k_eLeftPartyMatchMaking = 25, // (1 << 4)
k_eDownloadedReplay = 26, // (1 << 4)
k_eWatchedReplay = 27, // (1 << 4)
k_eViewMatchDetails = 28, // (1 << 4)
k_eMatchDetailsTab = 29, // (1 << 4)
k_eDeleteReplay = 30, // (1 << 4)
k_eBotMatch_Guided = 31, // (1 << 4)
k_eBotMatch_Easy = 32, // (1 << 5)
k_eBotMatch_Hard = 33, // (1 << 5)
k_eLiveUpdatedRoster = 34, // (1 << 5)
k_eMatchMakingIdle_Displayed = 35, // (1 << 5)
k_eMatchMakingIdle_Stopped = 36, // (1 << 5)
k_eConnectReacquireTicket = 37, // (1 << 5)
k_eConnectAttemptReconnect = 38, // (1 << 5)
k_eDisconnectPresentedPrompt = 39, // (1 << 5)
k_eDisconnectConfirmed = 40, // (1 << 5)
k_eViewedSettings_Options = 41, // (1 << 5)
k_eViewedSettings_Video = 42, // (1 << 5)
k_eViewedSettings_Audio = 43, // (1 << 5)
k_eViewedSettings_HotKey = 44, // (1 << 5)
k_eViewedSettings_ChatWheel = 45, // (1 << 5)
k_eViewedSettings_About = 46, // (1 << 5)
k_eOpenedSubmitFeedback = 47, // (1 << 5)
k_eTutorialSkip_Pressed = 48, // (1 << 5)
k_eTutorialSkip_Confirmed = 49, // (1 << 5)
k_eViewedGuidePage_5s = 50, // (1 << 5)
k_eViewedGuidePage_15s = 51, // (1 << 5)
k_eViewedGuidePage_30s = 52, // (1 << 5)
k_eViewedGuidePage_60s = 53, // (1 << 5)
k_eOpenedBookTest = 54, // (1 << 5)
k_eSandboxViaHeroPage = 55, // (1 << 5)
k_eViewedSettings_SteamInput = 56, // (1 << 5)
k_eViewedSettings_Social = 57, // (1 << 5)
k_eCalibrationMatch = 58, // (1 << 5)
k_eSandboxViaPlayMenu = 59, // (1 << 5)
k_eBotMatch_Medium = 60, // (1 << 5)
k_eSandboxViaHideoutTeleport = 61, // (1 << 5)
k_eRosterSelectSingleHero = 62, // (1 << 5)
};