gameServer2/src/utils.rs
author Wuzzy <Wuzzy2@mail.ru>
Sat, 17 Mar 2018 04:02:37 +0100
changeset 13233 bb73d6d3348a
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
Fix simple team hats (32×64) not tinting correctly while on rope or using blowtorch

use mio;

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