Type Alias bones_lib::GameSystem

source ·
pub type GameSystem = Box<dyn FnMut(&mut Game) + Sync + Send>;
Expand description

A system that runs directly on a Game instead of in a specific Session.

Aliased Type§

struct GameSystem(/* private fields */);