gameServer2/src/utils.rs
author Wuzzy <almikes@aol.com>
Sun, 01 Oct 2017 02:10:34 +0200
changeset 12627 32fe36654299
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
Change some HedgeEditor menu icons

use mio;

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