gameServer2/src/server/mod.rs
author alfadur
Tue, 06 Nov 2018 23:45:54 +0300
changeset 14149 8e2e98760003
parent 13119 1e39b8749072
permissions -rw-r--r--
a bit more simplification without an apparent performance gain

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