scripts
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace UnityEngine.EventSystems
|
||||
{
|
||||
// Token: 0x02000011 RID: 17
|
||||
public interface IDeselectHandler : IEventSystemHandler
|
||||
{
|
||||
// Token: 0x0600000E RID: 14
|
||||
void OnDeselect(BaseEventData eventData);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user