gameServer2/src/utils.rs
author Wuzzy <almikes@aol.com>
Tue, 26 Sep 2017 00:41:30 +0200
changeset 12533 7b32e83aaf48
parent 12142 193dfdcb0620
child 13421 cdf69667593b
permissions -rw-r--r--
ASA, Getting to the device: Add fake crate for the device part with proper collect message

use mio;

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