gameServer2/src/utils.rs
author Wuzzy <almikes@aol.com>
Wed, 26 Apr 2017 23:23:18 +0200
changeset 12345 b0293e4ef0de
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
Set fixed wind in bazooka training. Fixed impossible first target when bad wind

use mio;

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