コード例 #1
0
 public static void AddListenner(NotificationType type, Notification.NotificationHandler listener)
 {
     NotificationCenter.Inst.AddEventListener(type, listener);
 }