gameServer2/src/utils.rs
author Wuzzy <Wuzzy2@mail.ru>
Sun, 29 Oct 2017 16:57:04 +0100
changeset 12797 981036f1bdef
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
ACF3: Mention mines time in a sequence where it has been forgotten String freeze is maintained, the string is already in stub.lua

use mio;

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