rust/hedgewars-server/src/core.rs
author Wuzzy <Wuzzy2@mail.ru>
Sun, 15 Sep 2019 21:48:13 +0200
changeset 15408 d9a12aba5c05
parent 15120 febccab419b1
child 15520 fd3a20e9d095
permissions -rw-r--r--
GameServer: Hide saveroom and loadroom command in non-official server Because those commands only work with OFFICIAL_SERVER

pub mod client;
pub mod indexslab;
pub mod room;
pub mod server;
pub mod types;