summaryrefslogblamecommitdiffstats
path: root/src/Mobs/NewBlaze.h
blob: eebe491f560eabf7dca8ee5ee71b1e9ed63ba497 (plain) (tree)




















                                                                                    

#pragma once

#include "NewMonster.h"





class cNewBlaze :
	public cNewMonster
{
	typedef cNewMonster super;
	
public:
	cNewBlaze(void);

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