12 lines
225 B
C#
12 lines
225 B
C#
using System;
|
|
|
|
namespace UnityEngine.EventSystems
|
|
{
|
|
// Token: 0x0200000C RID: 12
|
|
public interface IEndDragHandler : IEventSystemHandler
|
|
{
|
|
// Token: 0x06000009 RID: 9
|
|
void OnEndDrag(PointerEventData eventData);
|
|
}
|
|
}
|