summaryrefslogtreecommitdiff
path: root/Assets/uGUI-2017.1/UnityEngine.UI/UI/Core/Graphics/IGraphicEnabledDisabled.cs
blob: f2becbbb5b0759c6cc5075af8e021614b4359e7c (plain)
1
2
3
4
5
6
7
8
9
10
using System;

namespace UnityEngine.UI
{
    [Obsolete("Not supported anymore")]
    interface IGraphicEnabledDisabled
    {
        void OnSiblingGraphicEnabledDisabled();
    }
}