gameServer2/src/utils.rs
author sheepluva
Tue, 15 May 2018 16:55:37 +0200
branchui-scaling
changeset 13385 ec1491bb5acc
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
WIP: allow changing chat size Press Ctrl+, Ctrl- and Ctrl0 while in chat

use mio;

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