using UnityEngine; public class Bed : BaseInteractableObject { public override void Interact() { Debug.Log("Interact with bed"); } }