gameServer2/src/utils.rs
author Wuzzy <Wuzzy2@mail.ru>
Sat, 10 Feb 2018 12:01:00 +0100
changeset 12955 4fbe2d18df9c
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
Construction Mode: Now amSwitch amount can be changed in weapon scheme

use mio;

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