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

            
                              
 





                                 
 

                                         
       







                                                                                  
 
 

#pragma once

#include "AggressiveMonster.h"





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

	virtual bool IsA(const char * a_EntityType) override;

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