示例#1
0
 public void NewCardNotificationsClosed(CloseNotificationEvent e, ActiveCardNotificationNode cards, [JoinAll] SingleNode <BattleResultsAwardsScreenComponent> screen)
 {
     screen.component.CardsCount--;
     screen.component.HideNotiffication();
 }
 public void CloseContainer(CloseNotificationEvent e, SingleNode <NotificationGroupComponent> notification, [JoinAll] SingleNode <ContainerComponent> containerNode)
 {
     containerNode.component.CloseContainer();
 }
示例#3
0
 public void CloseActiveNotificationEvent(CloseNotificationEvent evt, ActiveReadyNotificationWithGroupNode notification)
 {
     notification.activeNotification.Hide();
 }
 public void CloseActiveNotificationEvent(CloseNotificationEvent evt, SingleNode <CancelNotificationComponent> notification)
 {
     notification.component.enabled = false;
 }
示例#5
0
 public void CloseActiveNotificationEvent(CloseNotificationEvent evt, ActiveReadyNotificationMappingWithGroupNode notification)
 {
     notification.notifficationMapping.enabled = false;
 }