using UnityEngine.Events; using UnityEngine; public interface IObjDrag { bool isOn { get; set; } UnityEvent OnDragEnd { get; } void OnDoubleClick(); }