summaryrefslogblamecommitdiffstats
path: root/src/Mobs/SnowGolem.h
blob: ff5e90da836bc64dfa0dc1dcbd5bf893349695c4 (plain) (tree)


















                                         
                                                                 





                                                                                    

#pragma once

#include "AggressiveMonster.h"





class cSnowGolem :
	public cAggressiveMonster
{
	typedef cAggressiveMonster super;
	
public:
	cSnowGolem(void);

	CLASS_PROTODEF(cSnowGolem);
	
	virtual void Tick(float a_Dt, cChunk & a_Chunk) override;
	virtual void GetDrops(cItems & a_Drops, cEntity * a_Killer = NULL) override;
} ;