gameServer2/src/server/mod.rs
author Wuzzy <Wuzzy2@mail.ru>
Sat, 25 Aug 2018 21:24:34 +0200
changeset 13700 feda0d1da62c
parent 13119 1e39b8749072
permissions -rw-r--r--
Add error message for /callvote map if no maps are available

pub mod server;
pub mod client;
pub mod room;
pub mod network;
pub mod coretypes;
mod actions;
mod handlers;