gameServer2/src/utils.rs
author Wuzzy <almikes@aol.com>
Sat, 15 Apr 2017 08:52:05 +0200
changeset 12259 be68823c2852
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
Fix broken "whats this" help in misc options tab

use mio;

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