1namespace UnityEditor.U2D.Common.Path 2{ 3 internal interface ISelectable<T> 4 { 5 bool Select(ISelector<T> selector); 6 } 7}