gameServer2/src/utils.rs
author Wuzzy <Wuzzy2@mail.ru>
Fri, 04 May 2018 01:39:22 +0200
changeset 13377 03e4d9b5b09c
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
Continental supplies: Upside-Down World special now works in cave maps as well In cave maps, the hog is teleported just below the border. A bit of land is erased, too.

use mio;

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