namespace RebootReality.jelycho.Actors { public interface IInteractable { void SetHighlight(bool highlight); void Interact(); } }