gameServer2/src/utils.rs
author nemo
Tue, 24 Oct 2017 14:14:00 -0400
changeset 12753 327f71313e04
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
this should probably sidestep that thing unc0rr keeps bringing up. untested. but then, I've never had it happen. I think what happens is onGameTick20 is called in same tick as onNewTurn and before it...

use mio;

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