gameServer2/src/utils.rs
author Wuzzy <almikes@aol.com>
Tue, 03 Oct 2017 01:27:17 +0200
changeset 12637 317eb3210f7c
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
Add 6 hats from the hat thread, the TheMadCharles' barrelhider hat (CC BY 3.0) and 12 hairless hat variants

use mio;

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