gameServer2/src/utils.rs
author nemo
Sat, 26 May 2018 10:54:17 -0400
changeset 13404 8ce83caec236
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
Make mine active/hunting glow a bit more obvious. Add frozen sprite, increase ice beam mine "hit" radius a bit

use mio;

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