12 lines
184 B
C#
12 lines
184 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace UnityEngine.EventSystems
|
|
{
|
|
// Token: 0x02000098 RID: 152
|
|
[Token(Token = "0x2000051")]
|
|
public interface IEventSystemHandler
|
|
{
|
|
}
|
|
}
|