gameServer2/src/server/mod.rs
author nemo
Tue, 24 Oct 2017 14:36:24 -0400
changeset 12759 c7224d202e8b
parent 12148 7e874846afe3
child 13124 1e39b8749072
permissions -rw-r--r--
2nd try... just shortcircuit most of onGameTick20 when we are between turns.

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