gameServer2/src/utils.rs
author alfadur
Fri, 09 Mar 2018 23:34:46 +0100
changeset 13151 deab88f1f6f7
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
Improve appearance of bullet trails, slight fade out at beginning This especially improves the appearance of minigun bullet trails

use mio;

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