gameServer2/src/server/mod.rs
author alfadur
Thu, 08 Mar 2018 15:01:18 -0500
changeset 13119 1e39b8749072
parent 12143 7e874846afe3
permissions -rw-r--r--
separated the server logic from all the async io mess.

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