CoreNotificationCenter.cs 158 B

123456
  1. using UnityEngine;
  2. using System.Collections;
  3. public class CoreNotificationCenter : GenericNotificationCenter<CoreNotificationType, CoreNotification> {
  4. }