summaryrefslogblamecommitdiffstats
path: root/source/Mobs/Enderman.h
blob: 0703ca25e51322e8030ec107f3e8520d09e3787f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
 

            
                                     
 





                                        
 

                                                
       

                        
                                  
 
                                                                      



                                                                                  
 
 

#pragma once

#include "PassiveAggressiveMonster.h"





class cEnderman :
	public cPassiveAggressiveMonster
{
	typedef cPassiveAggressiveMonster super;
	
public:
	cEnderman(void);

	CLASS_PROTODEF(cEnderman);

	virtual void Tick(float a_Dt, MTRand & a_TickRandom) override;
	virtual void GetDrops(cItems & a_Drops, cPawn * a_Killer = NULL) override;
} ;