thinker_component_detach_system

Function thinker_component_detach_system 

Source
pub fn thinker_component_detach_system(
    cmd: Commands<'_, '_>,
    q: Query<'_, '_, (Entity, &HasThinker), Without<ThinkerBuilder>>,
)