rollo 0.13.6

A Rust-based multiplayer framework.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod event_processor;
pub use event_processor::{Event, EventProcessor};

pub(crate) mod game_loop;
pub use game_loop::GameLoop;

pub(crate) mod game_time;
pub use game_time::GameTime;

mod interval_mgr;
pub use interval_mgr::{IntervalExecutor, IntervalMgr};