pub trait GamePlugin { // Required method fn install(self, game: &mut Game); }
Trait for plugins that can be installed into a Game.
Game
Install the plugin into the Game.