enum class P2P_Messages : uint32
{
    p2p_TextMessage = 256, // (1 << 8)
    p2p_Voice = 257, // (1 << 8)
    p2p_Ping = 258, // (1 << 8)
    p2p_VRAvatarPosition = 259, // (1 << 8)
    p2p_WatchSynchronization = 260, // (1 << 8)
    p2p_FightingGame_GameData = 261, // (1 << 8)
    p2p_FightingGame_Connection = 262, // (1 << 8)
};