Harvestable Destroy

This commit is contained in:
j.mei7
2022-02-18 20:38:23 +01:00
parent 3ff90d47c2
commit d36ddacc4e
6 changed files with 31 additions and 12 deletions

View File

@@ -9,7 +9,7 @@ public abstract class Harvestable : Interactable
[Tooltip("The time for how long the object needs to be harvested.")]
[Range(0.1f, 99.9f)]
[SerializeField]
float harvestDuration = 3f;
float harvestDuration = 1f;
public ToolType toolType;