예제 #1
0
 public void CancelNotification(int id)
 {
     if (notification != null)
     {
         notification.CancelNotification(id);
     }
     else
     {
         Debug.Log("Cancel notification");
     }
 }