using Cysharp.Threading.Tasks; using System; using UnityEngine; using UnityEngine.UI; namespace AZTECHWB.UI { public class ExitProgramPanel : UIPanel { public Button Button_Exit; public Button Button_Cancel; public Button Button_Close; private LayerPanel layerPanel; public override async UniTask Init() { Button_Exit = GetElement