From 9b8933e6982a43bb234a97c50e43df97a72a9a1d Mon Sep 17 00:00:00 2001 From: kziolkowski Date: Thu, 4 Dec 2025 22:33:45 +0100 Subject: [PATCH] :recycle: removed no longer used method --- scripts/CSharp/Common/Farming/PlantBehaviour2D.cs | 5 ----- 1 file changed, 5 deletions(-) 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; ///