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