Files
27Aug2021-Cpp2IL-Dump/UnityEngine.UI/UnityEngine/UI/IGraphicEnabledDisabled.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +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();
}
}