namespace UnityEditor.U2D.Path { public interface ISelectable { bool Select(ISelector selector); } }