12 lines
175 B
C#
12 lines
175 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace UnityEngine.UIElements
|
|
{
|
|
// Token: 0x02000037 RID: 55
|
|
[Token(Token = "0x2000037")]
|
|
public interface ICommandEvent
|
|
{
|
|
}
|
|
}
|