gameServer2/src/utils.rs
author sheepluva
Sun, 23 Apr 2017 17:27:07 +0200
changeset 12312 83131d0e747b
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
clean up flake falling/rising code. this should fix issue #157

use mio;

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