gameServer2/src/utils.rs
author Wuzzy <almikes@aol.com>
Thu, 28 Sep 2017 08:55:10 +0200
changeset 12574 2a7cc304c8be
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
Fix typo in Polish translation Reported from the Feedback dialog

use mio;

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