6     protected void CheckShowNotification(
bool isInit = 
false)
 
    9         SetStickyActive(!m_DelegateManager.HasPlayerWithUnlimitedEditor(), !isInit);
 
   13     protected void OnLimitedEditorChanged()
 
   15         CheckShowNotification();
 
   19     protected override void OnButton()
 
   21         MenuManager menuManager = 
GetGame().GetMenuManager();
 
   30         super.OnInit(notificationLog);
 
   37             if (m_DelegateManager)
 
   39                 m_DelegateManager.GetOnLimitedEditorChanged().Insert(OnLimitedEditorChanged);
 
   40                 CheckShowNotification(
true);
 
   49     protected override void OnDestroy()
 
   51         if (m_DelegateManager)
 
   52             m_DelegateManager.GetOnLimitedEditorChanged().Remove(OnLimitedEditorChanged);