namespace OnlyScove.Scripts { public interface IInteractable { string InteractionPrompt { get; } void OnInteract(PlayerStateMachine player); } }