scripts
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace UnityEngine.EventSystems
|
||||
{
|
||||
// Token: 0x0200000B RID: 11
|
||||
public interface IDragHandler : IEventSystemHandler
|
||||
{
|
||||
// Token: 0x06000008 RID: 8
|
||||
void OnDrag(PointerEventData eventData);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user