Initial commit
This commit is contained in:
9
Assets/Scripts/IInteractable.cs
Normal file
9
Assets/Scripts/IInteractable.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class Interactable : MonoBehaviour
|
||||
{
|
||||
public virtual void OnSelect()
|
||||
{
|
||||
// implement interaction logic here
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user