Added Crop, Farming&Harvesting functionality (no graphics yet!)

This commit is contained in:
j-weissen 2022-05-20 08:57:46 +02:00
parent b9030174b6
commit a3a81eeb2a
3 changed files with 101 additions and 3 deletions

View file

@ -37,7 +37,5 @@ namespace Tiles
Debug.Log(usable.ToString() + " used on " + this.ToString());
return null;
}
}
}