package interfaces; import story.StoryContext; public interface Interactable { void interact(StoryContext context); }