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