gameServer2/src/utils.rs
author nemo
Wed, 09 Aug 2017 15:36:05 -0400
changeset 12448 8b89fe2115ad
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
So, was trying to allow spawning on level surfaces of ice but not girders, but seems to be failing. We'll call this WIP

use mio;

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