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

15 lines
218 B
C
Raw Normal View History

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