gameServer2/src/utils.rs
author Wuzzy <almikes@aol.com>
Fri, 22 Sep 2017 19:17:06 +0200
changeset 12490 b4eb289b5913
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
Backed out changeset c19e5ece5b3f Because the controls scheme was actually intentional. Whoops!

use mio;

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