using System.Collections.Generic; namespace UnityEditor.U2D.Animation { internal interface ISelector { ISelection selection { get; set; } void Select(); } }