gameServer2/src/utils.rs
author Wuzzy <almikes@aol.com>
Thu, 05 Oct 2017 01:37:49 +0200 (2017-10-04)
changeset 12649 2837dee472cc
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
Show selected weapon again when using it in inf attack mode This is useful if you have e.g. lots of (finite) bazookas; it's easy to lose track of the amount of remaining bazookas. Not displayed for weapons which always end your turn.
use mio;

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