gameServer2/src/utils.rs
author Wuzzy <Wuzzy2@mail.ru>
Fri, 16 Feb 2018 13:57:48 +0100
changeset 13018 0248cf0da834
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
Add SetTeamLabel to Lua API, can set arbitrary string as team label

use mio;

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