gameServer2/src/utils.rs
author Wuzzy <almikes@aol.com>
Mon, 16 Oct 2017 16:45:19 +0200
changeset 12705 a523295df9d3
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
Also drop air mine and rubber duck from Construction Mode crates

use mio;

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