scripts
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace UnityEngine.EventSystems
|
||||
{
|
||||
// Token: 0x02000009 RID: 9
|
||||
public interface IBeginDragHandler : IEventSystemHandler
|
||||
{
|
||||
// Token: 0x06000006 RID: 6
|
||||
void OnBeginDrag(PointerEventData eventData);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user