gameServer2/src/utils.rs
author sheepluva
Tue, 15 May 2018 23:47:07 +0200
branchui-scaling
changeset 13387 706b34d0ce60
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
whoops, I initialized my new var incorrectly

use mio;

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