gameServer2/src/server/mod.rs
author Wuzzy <almikes@aol.com>
Thu, 21 Sep 2017 18:37:34 +0200
changeset 12476 54d6d3dedfdb
parent 12143 7e874846afe3
child 13119 1e39b8749072
permissions -rw-r--r--
Remove Description keys in hedgewars.desktop, they violate the spec and are redundant

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