pocket-relay 0.2.0

Pocket Relay Server
//! Module for type aliases that help to better identify field types

pub type PlayerID = u32;
pub type SessionID = u32;
pub type GameID = u32;
pub type GameSlot = usize;