rust/hedgewars-server/src/core.rs
author Wuzzy <Wuzzy2@mail.ru>
Fri, 28 May 2021 15:06:39 +0200
changeset 15788 acf70c44065b
parent 15520 fd3a20e9d095
child 15799 ed3b510b860c
permissions -rw-r--r--
Use the singular 'they' in code comments, where it makes sense

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