using UnityEngine; using UnityEngine.UI; using XFrame.Core.UI; using DG.Tweening; public class WarningPanel : XUIPanel { public WarningPanel() : base(UIType.Normal, UIMode.HideOther, UICollider.Normal) { uiPath = "UIPrefab/WarningPanel"; } public override void Awake(GameObject go) { this.gameObject.transform.Find("btn-confirm").GetComponent