gameServer2/src/utils.rs
author Wuzzy <almikes@aol.com>
Thu, 28 Sep 2017 07:09:18 +0200
changeset 12576 903a30fb49e6
parent 12142 193dfdcb0620
child 13421 cdf69667593b
permissions -rw-r--r--
Fix team colors of most teams in A Space Adventure to denote correct ally status A Space Adventure often gave different colors to allied teams, which is wrong! A few exceptions remain for technical reasons.

use mio;

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