gameServer2/src/utils.rs
author Wuzzy <Wuzzy2@mail.ru>
Fri, 03 Nov 2017 05:03:47 +0100
changeset 12821 f3e07e53460d
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
Fix desyncs when forcing rope re-selection after missing a shot or hitting bounce world edge Also re-introduce rope-reselection when touching ground

use mio;

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