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

25 lines
176 B
C++

#pragma once
#include "PassiveMonster.h"
class cBat :
public cPassiveMonster
{
typedef cPassiveMonster super;
public:
cBat(void);
CLASS_PROTODEF(cBat);
} ;