mirror of
https://github.com/DerTyp7/harvestdale-unity.git
synced 2025-10-29 20:52:10 +01:00
sfdagsghds
This commit is contained in:
@@ -5,11 +5,13 @@ public class Hoe : Tool
|
||||
{
|
||||
public override void OnUse()
|
||||
{
|
||||
throw new System.NotImplementedException();
|
||||
Debug.Log("Hoe on use");
|
||||
|
||||
}
|
||||
|
||||
public override void Use()
|
||||
{
|
||||
Debug.Log("Hoe use");
|
||||
OnUse();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user