gameServer2/src/server.rs
author Wuzzy <Wuzzy2@mail.ru>
Sat, 08 Dec 2018 14:22:24 +0100
changeset 14381 32e8c81ca35c
parent 14375 cc99f7c673c7
child 14392 e335b3120f59
permissions -rw-r--r--
Add reminder to call /restart_server with "yes"

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