gameServer2/src/utils.rs
author nemo
Fri, 06 Apr 2018 12:34:23 -0400
changeset 13316 574d34577ee9
parent 12142 193dfdcb0620
child 13421 cdf69667593b
permissions -rw-r--r--
quick game wasn't checking for hidden themes. It should, but this will at least make them not-crash. The results are kind of amusing.

use mio;

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