gameServer2/src/utils.rs
author Wuzzy <Wuzzy2@mail.ru>
Mon, 26 Mar 2018 15:12:33 +0200
changeset 13282 b13071610c07
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
Flying portal balls now spawn a few spark effects This has been adapted from PortalEffects from HedgeEditor. HedgeEditor already included such effects for some reason, so they have been removed as redundant.

use mio;

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