diff --git a/scripts/CSharp/Common/Farming/PlantBehaviour2D.cs b/scripts/CSharp/Common/Farming/PlantBehaviour2D.cs index f28e87e..3b88dd9 100644 --- a/scripts/CSharp/Common/Farming/PlantBehaviour2D.cs +++ b/scripts/CSharp/Common/Farming/PlantBehaviour2D.cs @@ -62,11 +62,6 @@ public partial class PlantBehaviour2D : Node2D } } - public void IncrementDaysGrowing() - { - DayPlanted++; - } - public string PrefabPath => _prefabPath; ///