gameServer2/src/utils.rs
author Wuzzy <Wuzzy2@mail.ru>
Thu, 26 Oct 2017 07:53:13 +0200
changeset 12773 f1b3e33b0a0a
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
Change SD music for Halloween and Hoggywood themes (old tracks) Rationale: - Halloween: hell music is the logical continuation, default SD music just ruins the atmosphere - Hoggywood: default SD music fits better here; the hell music was historically chosen when there wasn't a generic music yet

use mio;

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