Trait rfw::ecs::Plugin[][src]

pub trait Plugin: Send + Sync {
    fn init(&mut self, instance: &mut Instance);
}

Required methods

Implementors