rust/hedgewars-server/src/server.rs
author alfadur
Thu, 11 Apr 2019 19:30:22 +0300
changeset 14809 6dea1ca64992
parent 14800 f43ab2bd76ae
child 15095 c5a6e8566425
permissions -rw-r--r--
implement maxteams and teamchat messages

mod actions;
pub mod client;
pub mod core;
pub mod coretypes;
#[cfg(feature = "official-server")]
mod database;
mod handlers;
pub mod indexslab;
#[cfg(feature = "official-server")]
pub mod io;
pub mod network;
pub mod room;