pub type UpdateSystem = Box<dyn Fn(&mut World, &InputState, &TimeState)>;
Update system function type
pub struct UpdateSystem(/* private fields */);