Ejemplo n.º 1
0
 internal override void Start()
 {
     base.Start();
     properties = new VillagerProperties();
     properties.resourceCapacity       = 15;
     properties.unitsGatheredPerSecond = 2;
 }
Ejemplo n.º 2
0
	internal override void Start ()
	{
		base.Start ();
		properties = new VillagerProperties ();
		properties.resourceCapacity = 15;
		properties.unitsGatheredPerSecond = 2;
		properties.movementSpeed = 2;
	}