gameServer2/src/utils.rs
author sheepluva
Fri, 29 Sep 2017 22:09:11 +0200
changeset 12592 00b539e6115d
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
rename ifTransparent to ifColorKey This should make the name less confusing. However this image-flag will possibly be dropped completely.

use mio;

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