scripts
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace UnityEngine.EventSystems
|
||||
{
|
||||
// Token: 0x02000013 RID: 19
|
||||
public interface ISubmitHandler : IEventSystemHandler
|
||||
{
|
||||
// Token: 0x06000010 RID: 16
|
||||
void OnSubmit(BaseEventData eventData);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user