gameServer2/src/utils.rs
author alfadur
Tue, 29 May 2018 19:12:53 -0400
changeset 13408 419c5eab88eb
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
bullet bubbles

use mio;

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