gameServer2/src/utils.rs
author Wuzzy <almikes@aol.com>
Wed, 05 Apr 2017 18:23:10 +0200
changeset 12167 1ce6ee2525db
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
Simplify the background gradient of Beach theme, fixes ugly “stripe” at borders

use mio;

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