using UnityEngine; public class TextNote : MonoBehaviour { public string headline; public string content; }