13 lines
238 B
C#
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();
|
|
}
|
|
}
|