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

24 lines
204 B
C
Raw Normal View History

#pragma once
#include "AggressiveMonster.h"
class cSilverfish :
public cAggressiveMonster
{
typedef cAggressiveMonster super;
public:
cSilverfish(void);
CLASS_PROTODEF(cSilverfish);
} ;