summaryrefslogtreecommitdiffstats
path: root/source/Mobs/Villager.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Mobs/Villager.h')
-rw-r--r--source/Mobs/Villager.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/source/Mobs/Villager.h b/source/Mobs/Villager.h
new file mode 100644
index 000000000..92267a979
--- /dev/null
+++ b/source/Mobs/Villager.h
@@ -0,0 +1,23 @@
+
+#pragma once
+
+#include "PassiveMonster.h"
+
+
+
+
+
+class cVillager :
+ public cPassiveMonster
+{
+ typedef cPassiveMonster super;
+
+public:
+ cVillager();
+
+ CLASS_PROTODEF(cVillager);
+} ;
+
+
+
+