gameServer2/src/utils.rs
author Wuzzy <Wuzzy2@mail.ru>
Wed, 21 Feb 2018 21:40:52 +0100
changeset 13052 ce1b01a5d846
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
New SD flakes for Bath: skull and bones in bubble

use mio;

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