mirror of
https://github.com/DerTyp7/example-top-down-unity.git
synced 2025-11-01 05:32:29 +01:00
Harvestable Destroy
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user