gameServer2/src/utils.rs
author Wuzzy <almikes@aol.com>
Wed, 05 Apr 2017 17:26:59 +0200
changeset 12162 e4294b5cc2e7
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
Remove Lua function SetAmmoStore This function very obscure and has never been used, nobody will miss it. See issue #145 for full rationale.

use mio;

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