Trait bones_framework::lib::prelude::GamePlugin
source · pub trait GamePlugin {
// Required method
fn install(self, game: &mut Game);
}Expand description
Trait for plugins that can be installed into a Game.
pub trait GamePlugin {
// Required method
fn install(self, game: &mut Game);
}Trait for plugins that can be installed into a Game.