1
0
cuberite-2a/source/Mobs/Zombiepigman.h

16 lines
284 B
C
Raw Normal View History

#pragma once
#include "PassiveAggressiveMonster.h"
class cZombiepigman : public cPassiveAggressiveMonster
{
public:
cZombiepigman();
~cZombiepigman();
virtual bool IsA( const char* a_EntityType );
virtual void Tick(float a_Dt);
virtual void KilledBy( cEntity* a_Killer );
};