mirror of
https://github.com/DerTyp7/harvestdale-unity.git
synced 2026-07-31 13:59:03 +02: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