--- a/gameServer2/src/server/mod.rs Fri Dec 07 18:21:06 2018 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,7 +0,0 @@ -pub mod server; -pub mod client; -pub mod room; -pub mod network; -pub mod coretypes; -mod actions; -mod handlers;