gameServer2/src/utils.rs
author sheepluva
Sun, 30 Apr 2017 00:28:17 +0200
changeset 12391 e4f8bf43224d
parent 12142 193dfdcb0620
child 13421 cdf69667593b
permissions -rw-r--r--
fix build. sorry 'bout that.

use mio;

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