scripts
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace UnityEngine.EventSystems
|
||||
{
|
||||
// Token: 0x0200000F RID: 15
|
||||
public interface IUpdateSelectedHandler : IEventSystemHandler
|
||||
{
|
||||
// Token: 0x0600000C RID: 12
|
||||
void OnUpdateSelected(BaseEventData eventData);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user