gameServer2/src/server/mod.rs
author Wuzzy <almikes@aol.com>
Mon, 25 Sep 2017 15:34:07 +0200
changeset 12509 6dbdb6fab2f9
parent 12143 7e874846afe3
child 13119 1e39b8749072
permissions -rw-r--r--
Remove explicit (and redundant) SD message in ACF mission 6 The SD message is already handld properly by the engine, no need to repeat it in Lua.

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