NotificationCenter.cs 157 B

12345678
  1. using UnityEngine;
  2. using System.Collections;
  3. using System;
  4. public class NotificationCenter : GenericNotificationCenter<NotificationType, Notification>
  5. {
  6. }