scripts
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace UnityEngine.EventSystems
|
||||
{
|
||||
// Token: 0x0200000E RID: 14
|
||||
public interface IScrollHandler : IEventSystemHandler
|
||||
{
|
||||
// Token: 0x0600000B RID: 11
|
||||
void OnScroll(PointerEventData eventData);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user