Ejemplo n.º 1
0
 // Update is called once per frame
 void Update()
 {
     for (int index = 0; index < Fields.Length; index++)
     {
         if (Fields[index].CanAdvance)
         {
             _farmer.AddFieldToList(Fields[index]);
         }
     }
     //TestGrowthHalt();
     //TestDrying();
 }