Пример #1
0
 public static void SetWeedTimeSpent(ITendGarden tendGardenInteraction, float timeSpent)
 {
     tendGardenInteraction.WeedTimeSpent = timeSpent;
 }
Пример #2
0
 public static void SetHarvestTimeSpent(ITendGarden tendGardenInteraction, float timeSpent)
 {
     tendGardenInteraction.HarvestTimeSpent = timeSpent;
 }