gameServer2/src/utils.rs
author Wuzzy <almikes@aol.com>
Tue, 26 Sep 2017 04:56:19 +0200
changeset 12539 34a91e2b927e
parent 12142 193dfdcb0620
child 13421 cdf69667593b
permissions -rw-r--r--
ASA, death01: Slightly change professor's response if he got killed on the moon

use mio;

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