summaryrefslogblamecommitdiffstats
path: root/src/Mobs/SnowGolem.h
blob: 708ddbef9483da8f83f1fa11b49e503c2bba43c4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10


            
                                     





                  
                                        
 

                                                


                         
                                  
 
                                                                                     
                                                                                       




   

#pragma once

#include "PassiveAggressiveMonster.h"





class cSnowGolem :
	public cPassiveAggressiveMonster
{
	typedef cPassiveAggressiveMonster super;

public:
	cSnowGolem(void);

	CLASS_PROTODEF(cSnowGolem)

	virtual void Tick(std::chrono::milliseconds a_Dt, cChunk & a_Chunk) override;
	virtual void GetDrops(cItems & a_Drops, cEntity * a_Killer = nullptr) override;
} ;