2012-10-19 11:30:46 -07:00
|
|
|
|
|
|
|
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
|
|
|
|
|
|
|
|
#include "Villager.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2012-12-22 01:39:13 -08:00
|
|
|
cVillager::cVillager(void) :
|
2013-07-01 03:39:56 -07:00
|
|
|
super("Villager", 120, "", "", 0.6, 1.8)
|
2012-10-19 11:30:46 -07:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|