feature/day_and_night #34
@@ -62,11 +62,6 @@ public partial class PlantBehaviour2D : Node2D
|
||||
}
|
||||
}
|
||||
|
||||
public void IncrementDaysGrowing()
|
||||
{
|
||||
DayPlanted++;
|
||||
}
|
||||
|
||||
public string PrefabPath => _prefabPath;
|
||||
|
kziolkowski marked this conversation as resolved
Outdated
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user
Funktionsname passt nicht zu dem, was die Funktion tut