Files
Apr2020-Cpp2Il-Dump/UnityEngine.UIElementsModule/UnityEngine/UIElements/ICommandEvent.cs
T
niko 8fc35183db a
2026-04-11 22:19:20 +02:00

12 lines
175 B
C#

using System;
using Cpp2IlInjected;
namespace UnityEngine.UIElements
{
// Token: 0x02000037 RID: 55
[Token(Token = "0x2000037")]
public interface ICommandEvent
{
}
}