scripts
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace UnityEngine.EventSystems
|
||||
{
|
||||
// Token: 0x02000007 RID: 7
|
||||
public interface IPointerUpHandler : IEventSystemHandler
|
||||
{
|
||||
// Token: 0x06000004 RID: 4
|
||||
void OnPointerUp(PointerEventData eventData);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user