12 lines
225 B
C#
12 lines
225 B
C#
using System;
|
|
|
|
namespace UnityEngine.EventSystems
|
|
{
|
|
// Token: 0x02000011 RID: 17
|
|
public interface IDeselectHandler : IEventSystemHandler
|
|
{
|
|
// Token: 0x0600000E RID: 14
|
|
void OnDeselect(BaseEventData eventData);
|
|
}
|
|
}
|