gameServer2/src/utils.rs
author Wuzzy <almikes@aol.com>
Wed, 26 Apr 2017 02:28:13 +0200
changeset 12339 0bc8c5fcd08c
parent 12142 193dfdcb0620
child 13421 cdf69667593b
permissions -rw-r--r--
Use the traditional winning sequence in Space Invasion again (killing off the losers)

use mio;

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