using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class EventLuckyCardsPrizetViewPopupPanel : MonoBehaviour { public List luckyCardsItems = new List(); public Button btn_confrim, btnClose; }