gameServer2/src/utils.rs
author Wuzzy <Wuzzy2@mail.ru>
Fri, 09 Mar 2018 14:27:37 +0100
changeset 13142 39aa98d01e80
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
ACF3: Fix cannibals sometimes doing nothing for a full turn This was because hogs got confused because walking was forbidden by SetInputMask. Now we use a proper hedgehog effect heArtillery.

use mio;

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