pub trait System {
// Required method
fn run(&mut self, engine: &mut EntitiesAndComponents);
}Expand description
Systems access and change components on objects
pub trait System {
// Required method
fn run(&mut self, engine: &mut EntitiesAndComponents);
}Systems access and change components on objects