gameServer2/src/utils.rs
author Wuzzy <almikes@aol.com>
Fri, 28 Apr 2017 21:25:47 +0200
changeset 12381 6af2b5406419
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
ACF, mission 3: Add mission strings to remind the player of the main goal

use mio;

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