summaryrefslogblamecommitdiffstats
path: root/source/Mobs/Ghast.h
blob: a2adc21b9c0ad1455ea24cc083dce64c8e104ed3 (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;

	bool IsCharging(void) const {return false; }
} ;