add field functinallity

This commit is contained in:
Janis
2023-03-05 17:03:16 +01:00
parent 71447ac83e
commit 95b70a77db
15 changed files with 215 additions and 102 deletions

View File

@@ -8,4 +8,5 @@ public class Crop : Item
{
public int daysToGrow;
public List<Sprite> sprites = new List<Sprite>();
public Harvest harvest;
}