Type Alias bones_framework::lib::GameSystem

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

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

Aliased Type§

struct GameSystem(/* private fields */);