using UnityEngine; using System.Collections; using UnityEngine.UI; public class LogNotification : MonoBehaviour { public Text message; }