rust/hedgewars-server/src/server.rs
author Wuzzy <Wuzzy2@mail.ru>
Fri, 01 Nov 2019 23:35:01 +0100
changeset 15505 5eda4d7056bc
parent 15080 e935b1ad23f3
permissions -rw-r--r--
ASA death02: Don't set hero health if enemy hurts itself

#[cfg(feature = "official-server")]
mod database;
#[cfg(feature = "official-server")]
pub mod io;
pub mod network;