Files
niko 8fc35183db a
2026-04-11 22:19:20 +02:00

17 lines
320 B
C#

using System;
using Cpp2IlInjected;
namespace UnityEngine.UI
{
// Token: 0x02000021 RID: 33
[Token(Token = "0x2000014")]
[Obsolete]
internal interface IGraphicEnabledDisabled
{
// Token: 0x0600012C RID: 300
[Token(Token = "0x60000FF")]
[Address(Slot = "0")]
void OnSiblingGraphicEnabledDisabled();
}
}