1
0
cuberite-2a/source/Mobs/Villager.h
2012-12-21 12:21:20 +00:00

24 lines
208 B
C++

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