gameServer2/src/utils.rs
author Wuzzy <almikes@aol.com>
Tue, 04 Apr 2017 02:22:30 +0200
changeset 12152 f4a05d550b0d
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
Mention addition of Beach theme in changelog

use mio;

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