1 2 3 4
pub type UserId = u32; pub type ClientId = u32; pub type LobbyId = u32; pub type ChannelId = u32;