scripts
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace UnityEngine.EventSystems
|
||||
{
|
||||
// Token: 0x02000012 RID: 18
|
||||
public interface IMoveHandler : IEventSystemHandler
|
||||
{
|
||||
// Token: 0x0600000F RID: 15
|
||||
void OnMove(AxisEventData eventData);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user