gameServer2/src/utils.rs
author Wuzzy <Wuzzy2@mail.ru>
Mon, 19 Mar 2018 16:07:08 +0100
changeset 13256 0cfa8f6a4e80
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
Force proper map and theme reset when host delegates to you if you don't have the map or theme

use mio;

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