reworked interactions, fixed health depleting from testing
This commit is contained in:
14
Assets/Scripts/InteractableObjects/Tree.cs
Normal file
14
Assets/Scripts/InteractableObjects/Tree.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Assets.Scripts.InteractableObjects
|
||||
{
|
||||
public class Tree : InteractableObject
|
||||
{
|
||||
public override void handleInteraction(GameObject player)
|
||||
{
|
||||
throw new System.NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user