gameServer2/src/utils.rs
author Wuzzy <almikes@aol.com>
Sun, 16 Apr 2017 02:10:36 +0200
changeset 12270 72032a9cfc0e
parent 12142 193dfdcb0620
child 13421 cdf69667593b
permissions -rw-r--r--
Swap the preview of missions 2 and 3 in A Classic Fairytale They have been confused, it's pretty subtle

use mio;

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