thinker_component_attach_system

Function thinker_component_attach_system 

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