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



                               





                                  
  

                                          
        

                      

                                
                                                                                     


    
 
 

#pragma once

#include "AggressiveMonster.h"





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

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