gameServer2/src/utils.rs
author Wuzzy <Wuzzy2@mail.ru>
Fri, 27 Oct 2017 05:28:32 +0200
changeset 12789 f12337d90d03
parent 12142 193dfdcb0620
child 13421 cdf69667593b
permissions -rw-r--r--
ACF7: Fix no animation starting for some possible scenes

use mio;

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