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.

Required Methods§

source

fn install(self, game: &mut Game)

Install the plugin into the Game.

Implementors§