using Assets.Scripts; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class NewsController : PFUIPanel { // Start is called before the first frame update void Start() { content = transform.Find("Main").Find("Inner").Find("Content"); exit = transform.Find("Main").Find("Exit"); if (exit != null) { exit.GetComponent