namespace Interactive { interface IInteractable { void Interact(); void LookAt(); void LookOut(); } }