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