gameServer2/src/utils.rs
author nemo
Sun, 27 May 2018 20:32:06 -0400
changeset 13406 6a3f94fe2636
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
allow freezing airmines outside the Land area too. Make the top of frozen mine a little flatter

use mio;

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