gameServer2/src/utils.rs
author Wuzzy <Wuzzy2@mail.ru>
Wed, 07 Feb 2018 03:50:38 +0100
changeset 12912 a840fd55caa6
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
Calling SetWeapon with amNothing now unselects weapon

use mio;

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