gameServer2/src/utils.rs
author Wuzzy <Wuzzy2@mail.ru>
Tue, 06 Mar 2018 03:48:03 +0100
changeset 13082 aa9e871f9685
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
Complete overhaul of Basic Rope Training NEW lesson plan: - Select rope - Shoot rope, attach, detach - Extend, retract, swing to reach easy target - Multiple shots / rope re-use to go over water hazard - Drop grenade from rope - Special rules when you only got 1 rope (also when the rope is officially used up) - Rope around obstacles and mines

use mio;

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