Files
2026-06-04 11:42:34 +02:00

13 lines
238 B
C#

using System;
namespace UnityEngine.UI
{
// Token: 0x0200004D RID: 77
[Obsolete("Not supported anymore")]
internal interface IGraphicEnabledDisabled
{
// Token: 0x06000272 RID: 626
void OnSiblingGraphicEnabledDisabled();
}
}