gameServer2/src/utils.rs
author nemo
Sat, 24 Mar 2018 11:07:44 -0400
changeset 13281 2709572ed815
parent 12142 193dfdcb0620
child 13421 cdf69667593b
permissions -rw-r--r--
bug #598 - this was kinda entertaining but is, yeah, a bit too weird

use mio;

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