summaryrefslogtreecommitdiffstats
path: root/source/Mobs/Villager.h
blob: 4b50ed35efed63b94f75c0a1a7f3c8ed41bb2376 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

#pragma once

#include "PassiveMonster.h"





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

	CLASS_PROTODEF(cVillager);
} ;