gameServer2/src/utils.rs
author sheepluva
Sat, 06 Jan 2018 03:17:12 +0100
branchqmlfrontend
changeset 12887 bf58f2403953
parent 12142 193dfdcb0620
child 13421 cdf69667593b
permissions -rw-r--r--
whoops, I ruined the path of the unC0Rr

use mio;

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