gameServer2/src/utils.rs
author nemo
Fri, 01 Sep 2017 11:24:18 -0400
changeset 12450 8e32d540dab5
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
remove the collision addition for hogs again.

use mio;

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