gameServer2/src/utils.rs
author Wuzzy <Wuzzy2@mail.ru>
Thu, 08 Feb 2018 19:02:51 +0100
changeset 12930 330b6c353093
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
Lua API: Add GetWind function to get current wind

use mio;

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