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