gameServer2/src/utils.rs
author Wuzzy <Wuzzy2@mail.ru>
Fri, 27 Oct 2017 05:05:37 +0200
changeset 12783 7849398ec0fa
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
Oops. Changelog was wrong, the error message spam was for ACF8, not ACF7

use mio;

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