Trait ecs_rust::system::System[][src]

pub trait System {
    fn update(&mut self, component_manager: &mut ComponentsManager);
}

Required methods

Implementors