rust/hedgewars-server/src/core.rs
author alfadur <mail@none>
Mon, 23 Dec 2019 23:47:06 +0300
changeset 15545 f4f6060b536c
parent 15542 fd3a20e9d095
child 15821 ed3b510b860c
permissions -rw-r--r--
add a separate interface for modifying room state

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