pub fn handle_stop_pathfinding_event(
events: EventReader<'_, '_, StopPathfindingEvent>,
query: Query<'_, '_, (&mut Pathfinder, &mut ExecutingPath)>,
walk_events: EventWriter<'_, StartWalkEvent>,
commands: Commands<'_, '_>,
)
pub fn handle_stop_pathfinding_event(
events: EventReader<'_, '_, StopPathfindingEvent>,
query: Query<'_, '_, (&mut Pathfinder, &mut ExecutingPath)>,
walk_events: EventWriter<'_, StartWalkEvent>,
commands: Commands<'_, '_>,
)