1using System.Collections.Generic;
17 public List<NotificationCondition>
conditions =
new List<NotificationCondition>();
19 public List<NotificationCooldown>
cds =
new List<NotificationCooldown>();
114 Add(notificationCondition);
124 int num = cooldown / 1000;
140 Add(notificationCooldown);
141 cds.Add(notificationCooldown);
156 extra.sort_ascend = a;
virtual bool ShowInWidget
List< Condition > conditions
override BaseNotification CreateNotification()
override bool ShouldRemove()