using asap.core; using game; using GameCore; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class ClubQuitNoticePopupPanel : MonoBehaviour { Button btn_close; Button btn_leave; Button btn_choose; ClubService clubService; private void Awake() { btn_close = transform.Find("btn_close").GetComponent