IMHOTEP Framework
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
NotificationReference.cs
1 using UnityEngine;
2 using System.Collections;
3 
5 public class NotificationReference : MonoBehaviour {
6  public Notification notification;
7 }
Used for notification game object to reference the acutal notifiaction.