rust/hedgewars-server/src/server.rs
author Wuzzy <Wuzzy2@mail.ru>
Wed, 08 Jul 2020 19:11:00 +0200
changeset 15728 f2930fe1b6d0
parent 15592 d524b7450576
child 15903 212e16c60bf5
permissions -rw-r--r--
AI: Laser sight removes upper range cap for shotgun

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