gameServer2/src/utils.rs
author Wuzzy <Wuzzy2@mail.ru>
Sat, 10 Mar 2018 03:27:18 +0100
changeset 13155 25de976a7b9a
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
ClimeHome: Show messages when cake is nearby and when reaching home

use mio;

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