using System; public interface IInteractable { void Interact(Action newOnInteractionComplete); }