gameServer2/src/utils.rs
author Wuzzy <Wuzzy2@mail.ru>
Wed, 04 Apr 2018 19:33:19 +0200
changeset 13309 2bdae461ae5f
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
Show simple drop-down icon next to key binder widget

use mio;

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