gameServer2/src/utils.rs
author Wuzzy <almikes@aol.com>
Mon, 25 Sep 2017 20:46:26 +0200
changeset 12526 1877ca9e8703
parent 12142 193dfdcb0620
child 13421 cdf69667593b
permissions -rw-r--r--
Remove checkpoints in ASA: Searching in the dust Same rationale as for ASA: Getting to the device

use mio;

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