1
0
cuberite-2a/source/Mobs/Villager.h
2013-07-29 12:13:03 +01:00

24 lines
185 B
C++

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