handle_entity_interact

Function handle_entity_interact 

pub fn handle_entity_interact(
    events: MessageReader<'_, '_, EntityInteractEvent>,
    commands: Commands<'_, '_>,
    client_query: Query<'_, '_, (&PhysicsState, &EntityIdIndex, &HitResultComponent)>,
    target_query: Query<'_, '_, &Position>,
)