gameServer2/src/utils.rs
author Wuzzy <Wuzzy2@mail.ru>
Mon, 12 Mar 2018 22:53:28 +0100
changeset 13179 061d55939e47
parent 12142 193dfdcb0620
child 13421 cdf69667593b
permissions -rw-r--r--
Use visible team count instead of total team count to determine rendered team bar height

use mio;

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