#pragma once

#include "PassiveMonster.h"





class cVillager :
	public cPassiveMonster
{
	typedef cPassiveMonster super;
	
public:
	cVillager();

	CLASS_PROTODEF(cVillager);
} ;