using UnityEngine; using System.Collections; public class CoreNotificationCenter : GenericNotificationCenter<CoreNotificationType, CoreNotification> { }