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

13 lines
187 B
C
Raw Normal View History

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