mirror of
https://github.com/DerTyp7/harvestdale-unity.git
synced 2025-10-30 13:07:10 +01:00
asd
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
using UnityEngine;
|
||||
using UnityEngine.Tilemaps;
|
||||
|
||||
public class Field : MonoBehaviour
|
||||
public class Field : Building
|
||||
{
|
||||
public Crop crop;
|
||||
public int daysSincePlanted;
|
||||
@@ -15,4 +15,9 @@ public class Field : MonoBehaviour
|
||||
{
|
||||
daysSincePlanted++;
|
||||
}
|
||||
|
||||
public override void OnPlace()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user