gameServer2/src/utils.rs
author sheepluva
Wed, 16 May 2018 18:09:13 +0200
branchui-scaling
changeset 13394 24b531dcebe7
parent 12142 193dfdcb0620
child 13421 cdf69667593b
permissions -rw-r--r--
add chat size to misc settings. persist in settings.ini

use mio;

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