1
0
cuberite-2a/source/cChicken.h

15 lines
232 B
C
Raw Normal View History

#pragma once
#include "cPassiveMonster.h"
class cChicken : public cPassiveMonster
{
public:
cChicken();
~cChicken();
virtual bool IsA( const char* a_EntityType );
virtual void KilledBy( cEntity* a_Killer );
};