enum class CitadelUserMessageIds : uint32
{
    k_EUserMsg_Damage = 300,
    k_EUserMsg_MapPing = 303,
    k_EUserMsg_TeamRewards = 304,
    k_EUserMsg_AbilityFailed = 306,
    k_EUserMsg_TriggerDamageFlash = 308,
    k_EUserMsg_AbilitiesChanged = 309,
    k_EUserMsg_RecentDamageSummary = 310,
    k_EUserMsg_SpectatorTeamChanged = 311,
    k_EUserMsg_ChatWheel = 312,
    k_EUserMsg_GoldHistory = 313,
    k_EUserMsg_ChatMsg = 314,
    k_EUserMsg_QuickResponse = 315,
    k_EUserMsg_PostMatchDetails = 316,
    k_EUserMsg_ChatEvent = 317,
    k_EUserMsg_AbilityInterrupted = 318,
    k_EUserMsg_HeroKilled = 319,
    k_EUserMsg_ReturnIdol = 320,
    k_EUserMsg_SetClientCameraAngles = 321,
    k_EUserMsg_MapLine = 322,
    k_EUserMsg_BulletHit = 323,
    k_EUserMsg_ObjectiveMask = 324,
    k_EUserMsg_ModifierApplied = 325,
    k_EUserMsg_CameraController = 326,
    k_EUserMsg_AuraModifierApplied = 327,
    k_EUserMsg_ObstructedShotFired = 329,
    k_EUserMsg_AbilityLateFailure = 330,
    k_EUserMsg_AbilityPing = 331,
    k_EUserMsg_PostProcessingAnim = 332,
    k_EUserMsg_DeathReplayData = 333,
    k_EUserMsg_PlayerLifetimeStatInfo = 334,
    k_EUserMsg_ForceShopClosed = 336,
    k_EUserMsg_StaminaConsumed = 337,
    k_EUserMsg_AbilityNotify = 338,
    k_EUserMsg_GetDamageStatsResponse = 339,
    k_EUserMsg_ParticipantStartSoundEvent = 340,
    k_EUserMsg_ParticipantStopSoundEvent = 341,
    k_EUserMsg_ParticipantStopSoundEventHash = 342,
    k_EUserMsg_ParticipantSetSoundEventParams = 343,
    k_EUserMsg_ParticipantSetLibraryStackFields = 344,
    k_EUserMsg_CurrencyChanged = 345,
    k_EUserMsg_GameOver = 346,
    k_EUserMsg_BossKilled = 347,
    k_EUserMsg_BossDamaged = 348,
    k_EUserMsg_MidBossSpawned = 349,
    k_EUserMsg_RejuvStatus = 350,
    k_EUserMsg_KillStreak = 351,
    k_EUserMsg_TeamMsg = 352,
    k_EUserMsg_PlayerRespawned = 353,
    k_EUserMsg_CallCheaterVote = 354,
    k_EUserMsg_MeleeHit = 355,
    k_EUserMsg_FlexSlotUnlocked = 356,
    k_EUserMsg_SeasonalKill = 357,
    k_EUserMsg_MusicQueue = 358,
    k_EUserMsg_AG2ParamTrigger = 359,
    k_EUserMsg_ItemPurchaseNotification = 360,
    k_EUserMsg_EntityPortalled = 361,
    k_EUserMsg_StreetBrawlScoring = 362,
    k_EUserMsg_HudGameAnnouncement = 363,
    k_EUserMsg_ItemDraftReaction = 364,
    k_EUserMsg_ImportantAbilityUsed = 365,
    k_EUserMsg_BannedHeroes = 366,
};