gameServer2/src/utils.rs
author Wuzzy <Wuzzy2@mail.ru>
Tue, 06 Feb 2018 05:50:05 +0100
changeset 12902 ae64065733fc
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
Fix various story flaws in mission descriptions of ACF campaign

use mio;

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