using UnityEngine; public class Interactable : MonoBehaviour { public virtual void OnSelect() { // implement interaction logic here } }