gameServer2/src/utils.rs
author Wuzzy <almikes@aol.com>
Wed, 26 Apr 2017 18:38:21 +0200
changeset 12344 ae699a0b054b
parent 12142 193dfdcb0620
child 13421 cdf69667593b
permissions -rw-r--r--
HedgeEditor: Disable waypoint export because output scripts break when waypoints have been added

use mio;

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