Good day.

I've an enemy, with this structure

 - Enemy
 - Body 
 - Head
 - Arm Left
 - Arm right

Etc.

I've a collider for each part of the body. 
In my "Enemy" object i've attached a script and in that script i would like to intercept possible collision (a bullet) for body,head,arm left etc 

How to do ?

Thanks