Function debug_render_path_with_particles

Source
pub fn debug_render_path_with_particles(
    query: Query<'_, '_, (Entity, &ExecutingPath, &InstanceHolder), With<PathfinderDebugParticles>>,
    chat_events: Option<ResMut<'_, Events<SendChatEvent>>>,
    tick_count: Local<'_, usize>,
)