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)
};