Ejemplo n.º 1
0
 private void MouseClicked()
 {
     if (!this.isClicked)
     {
         base.GetComponent <Animator>().SetTrigger("click");
         NotificationsContainerComponent componentInParent = base.transform.GetComponentInParent <NotificationsContainerComponent>();
         componentInParent.openedCards++;
     }
 }
Ejemplo n.º 2
0
 private void CreateNotificationObject(NotActiveReadyNotificationWithGroupNode notification, NotificationsContainerComponent notificationContainer, int index, int notificationsCount)
 {