gameServer2/src/utils.rs
author nemo
Fri, 27 Jul 2018 12:45:10 -0400
branch0.9.24
changeset 13565 730e7837d9df
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
sdlkeys is in source not binary, no .in folder. Locutus brought to our attention.

use mio;

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