using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class UserSettingPanel : UIPanelBase { private Button _okBtn; private Button _cancelBtn; private void Awake() { _okBtn = transform.Find("OKBtn").GetComponent