using UnityEngine; namespace KINEMATION.KAnimationCore.Runtime.Misc { public interface IAssetDragAndDrop { public void SetAsset(ScriptableObject asset); } }