Selling Functionality, Picking up items, Basic computer
This commit is contained in:
7
Assets/Interactables/IInteractable.cs
Normal file
7
Assets/Interactables/IInteractable.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public interface IInteractable {
|
||||
void Interact();
|
||||
}
|
||||
Reference in New Issue
Block a user