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

            
                              
 





                                 
 

                                         
       

                     
                               
 
                                                                                    


   
 
 

#pragma once

#include "AggressiveMonster.h"





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

	CLASS_PROTODEF(cGhast);

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