gameServer2/src/utils.rs
author Wuzzy <Wuzzy2@mail.ru>
Wed, 14 Feb 2018 22:54:13 +0100
changeset 12999 46ba3285449a
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
Switch + Change hog tags now turns on and off all tags The previous state is remembered

use mio;

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