gameServer2/src/utils.rs
author Wuzzy <Wuzzy2@mail.ru>
Sun, 11 Feb 2018 20:28:21 +0100
changeset 12979 f92e9b1df096
parent 12142 193dfdcb0620
child 13421 cdf69667593b
permissions -rw-r--r--
Construction Mode: Hide crate contents and object/crate placer submodes from prying eyes over the net

use mio;

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