1
2
3
4
5
6
7
8
pub type PacketIndex = u16;
pub type Tick = u16;
pub type MessageIndex = u16;
pub type ShortMessageIndex = u8;
pub enum HostType {
    Server,
    Client,
}