gameServer2/src/utils.rs
author unc0rr
Mon, 13 Nov 2017 21:16:52 +0100
changeset 12835 71cdc02ccca6
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
- More files to ignore - Remove ancient kdevelop project file

use mio;

pub const PROTOCOL_VERSION : u32 = 3;
pub const SERVER: mio::Token = mio::Token(1000000000 + 0);