gameServer2/src/utils.rs
author Wuzzy <Wuzzy2@mail.ru>
Thu, 26 Oct 2017 18:20:06 +0200
changeset 12775 2c426663d971
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
ACF2: Mention that both hogs must survive String freeze is preserved, the string is already in stub.lua.

use mio;

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