Added Comments

This commit is contained in:
j-weissen 2022-06-24 08:05:57 +02:00
parent 9151d987a7
commit 5f1a5e5abc
10 changed files with 67 additions and 2 deletions

View file

@ -5,6 +5,9 @@ using UnityEngine;
using Random = UnityEngine.Random;
/// <summary>
/// Controlling logic of crop on FarmlandTiles
/// </summary>
public class Crop {
private const int FinalGrowthStage = 4;