gameServer2/src/utils.rs
author Wuzzy <Wuzzy2@mail.ru>
Tue, 24 Apr 2018 20:30:15 +0200
changeset 13348 93325e13d329
parent 12142 193dfdcb0620
child 13421 cdf69667593b
permissions -rw-r--r--
Change KeyBindToName to shortstring Key names do not and should not be longer than 255 characters. ;-)

use mio;

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