12 lines
176 B
C#
12 lines
176 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace UnityEngine.UIElements
|
|
{
|
|
// Token: 0x02000058 RID: 88
|
|
[Token(Token = "0x2000058")]
|
|
public interface IKeyboardEvent
|
|
{
|
|
}
|
|
}
|