gameServer2/src/server/mod.rs
author nemo
Sat, 25 Nov 2017 11:28:44 -0500
changeset 12850 b63ec501490b
parent 12148 7e874846afe3
child 13124 1e39b8749072
permissions -rw-r--r--
At the very least we should match the gameserver length which seems to be 40, not 60

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