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

            
                           
 





                              
 

                                      
       







                                                                                  
 
 

#pragma once

#include "PassiveMonster.h"





class cChicken :
	public cPassiveMonster
{
	typedef cPassiveMonster super;
	
public:
	cChicken(void);

	virtual bool IsA(const char * a_EntityType) override;

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