namespace UVC.Editor { public interface ISelectable { void OnSelect(); void OnDeselect(); } }