예제 #1
0
    private void Start()
    {
        notifier = GetComponent <BasicNotification>();
        if (!hasScheduledOnStart)
        {
            ScheduleTherapyForSetDays();
        }

        StartCoroutine(CoroutineCheckTherapyPlan());
    }
예제 #2
0
 public void Register(BasicNotification notification)
 {
     _basicNotifications.Add(notification.Id, notification);
 }