10 lines
130 B
C#
10 lines
130 B
C#
using System;
|
|
|
|
namespace UnityEngine.EventSystems
|
|
{
|
|
// Token: 0x02000003 RID: 3
|
|
public interface IEventSystemHandler
|
|
{
|
|
}
|
|
}
|