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

pub trait System {
    fn update(&mut self, manager: &mut EntityManager);
}

Required methods

Implementors