pub fn run_enter_schedule<S>(world: &mut World)
where S: States,
Expand description

Run the enter schedule (if it exists) for the current state.