gameServer2/src/utils.rs
author Wuzzy <Wuzzy2@mail.ru>
Wed, 01 Aug 2018 23:12:37 +0200
branch0.9.24
changeset 13588 c3d8469cc68e
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
Fix SimpleMission failure to init GameFlags correctly Also fixes broken gfInfAttack in The Great Escape

use mio;

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