14 GetGame().GetCallqueue().CallLater(DelayedShowHint);
18 protected void DelayedShowHint()
26 SCR_NotificationsComponent notificationsManager = SCR_NotificationsComponent.GetInstance();
27 if (notificationsManager)
28 notificationsManager.GetOnNotification().Insert(OnNotification);
34 SCR_NotificationsComponent notificationsManager = SCR_NotificationsComponent.GetInstance();
35 if (notificationsManager)
36 notificationsManager.GetOnNotification().Remove(OnNotification);