feature/day_and_night #34

Merged
kziolkowski merged 16 commits from feature/day_and_night into develop 2025-12-04 22:34:17 +01:00
Showing only changes of commit 9b8933e698 - Show all commits
@@ -62,11 +62,6 @@ public partial class PlantBehaviour2D : Node2D
}
}
public void IncrementDaysGrowing()
{
DayPlanted++;
}
public string PrefabPath => _prefabPath;
kziolkowski marked this conversation as resolved Outdated
Outdated
Review

Funktionsname passt nicht zu dem, was die Funktion tut

Funktionsname passt nicht zu dem, was die Funktion tut
/// <summary>