mcserver/source/Mobs/Bat.h

24 lines
229 B
C
Raw Normal View History

#pragma once
#include "PassiveMonster.h"
class cBat :
public cPassiveMonster
{
typedef cPassiveMonster super;
public:
cBat(void);
virtual bool IsA(const char * a_EntityType) override;
} ;