gameServer2/src/utils.rs
author sheepluva
Sun, 14 May 2017 15:20:26 +0200
changeset 12414 d43ded9a0c34
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
Remove IceGun from default Highlander weaponset

use mio;

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