1using System; 2using UnityEngine; 3 4namespace UnityEditor.U2D.Animation 5{ 6 internal interface IBoneSelection : ITransformSelection<BoneCache> {} 7}