gameServer2/src/utils.rs
author Wuzzy <almikes@aol.com>
Mon, 01 May 2017 00:04:28 +0200
changeset 12388 0eb1457f7b94
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
Add big fat developer warning to all racing scripts about compability This is done to prevent me and others from committing crap. :D

use mio;

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