scripts
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace UnityEngine.UI
|
||||
{
|
||||
// Token: 0x0200004D RID: 77
|
||||
[Obsolete("Not supported anymore")]
|
||||
internal interface IGraphicEnabledDisabled
|
||||
{
|
||||
// Token: 0x06000272 RID: 626
|
||||
void OnSiblingGraphicEnabledDisabled();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user