Mouse Event on Parent and Child, box collider issues

Hi all, I’m trying to detect two different mouse events. One in the children and one for the parent.

Here is a diagram that I hope will illustrate my problem. Anyway to detect both mouse events or have the children rotate together without a parent? Thank you

.
.
.

Found my fix! I removed the Mouse Drag method and just called the rotation function from GetMouseButtonDown so it no longer needs a box collider for detection