gameServer2/src/utils.rs
author alfadur
Mon, 28 May 2018 19:50:15 -0400
changeset 13407 06792533ef91
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
ensure shotgun works with portals and make it hit airmines

use mio;

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