gameServer2/src/server/mod.rs
author Wuzzy <Wuzzy2@mail.ru>
Sat, 10 Feb 2018 15:16:20 +0100
changeset 12964 695cc142827b
parent 12148 7e874846afe3
child 13124 1e39b8749072
permissions -rw-r--r--
Construction Mode: Show Message and minor smoke effect when losing ammo due to weapon filter

pub mod server;
pub mod client;
pub mod coretypes;
mod actions;
mod handlers;