using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class UserInfoController : PFUIPanel { // Start is called before the first frame update protected override void Start() { this.transform.localPosition = new Vector3(0, 0, 0); Button exitBtn = this.transform.Find("InfoPanel").Find("Button").GetComponent