We will find this prefab in Assets | 3DGameKit | Prefabs | Characters | Enemies | Grenadier. Please click on its name and take a look at the Inspector to see which components it has:
These are the components of Granadier:
Transform | This component will contain the Position, Rotation, and Scale information of this object. |
Animator | The Animator is in charge of controlling the animations of the current object. In this case, it will animate the open or close actions. |
Grenadier Behavior | This is the enemy behavior. Its complete artificial intelligence will be part of this component. |
Nav Mesh Agent | This component is in charge of ... |