gameServer2/src/server/mod.rs
author Wuzzy <Wuzzy2@mail.ru>
Sun, 26 Aug 2018 20:50:51 +0200
changeset 13708 3264a26bbf8b
parent 13119 1e39b8749072
permissions -rw-r--r--
Remove frontend code dealing with unused team variables

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