12 lines
257 B
C#
12 lines
257 B
C#
using System;
|
|
|
|
namespace UnityEngine.EventSystems
|
|
{
|
|
// Token: 0x0200000A RID: 10
|
|
public interface IInitializePotentialDragHandler : IEventSystemHandler
|
|
{
|
|
// Token: 0x06000007 RID: 7
|
|
void OnInitializePotentialDrag(PointerEventData eventData);
|
|
}
|
|
}
|