12 lines
221 B
C#
12 lines
221 B
C#
using System;
|
|
|
|
namespace UnityEngine.EventSystems
|
|
{
|
|
// Token: 0x02000013 RID: 19
|
|
public interface ISubmitHandler : IEventSystemHandler
|
|
{
|
|
// Token: 0x06000010 RID: 16
|
|
void OnSubmit(BaseEventData eventData);
|
|
}
|
|
}
|