CoreNotification.cs 128 B

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