summaryrefslogblamecommitdiffstats
path: root/source/Mobs/Villager.h
blob: 92267a979b81fa8a45654ff99619fed5402f6061 (plain) (tree)






















                                      

#pragma once

#include "PassiveMonster.h"





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

	CLASS_PROTODEF(cVillager);
} ;