summaryrefslogblamecommitdiffstats
path: root/src/Mobs/Giant.h
blob: 356dd43527a108622713f9a2768942ae6e0f4aa8 (plain) (tree)
























                                                                                    

#pragma once

#include "AggressiveMonster.h"





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

	CLASS_PROTODEF(cGiant);
	
	virtual void GetDrops(cItems & a_Drops, cEntity * a_Killer = NULL) override;
} ;