1 2 3 4 5 6 7 8 9 10
pub type PacketIndex = u16; pub type Tick = u16; pub type MessageIndex = u16; pub type ShortMessageIndex = u8; #[derive(Clone, Copy, Debug, PartialEq, Eq, Hash)] pub enum HostType { Server, Client, }