using asap.core; using cfg; using GameCore; using System; using System.Collections.Generic; using TMPro; using UnityEngine; using UnityEngine.UI; public class EventFishingduelShopPopupPanel : MonoBehaviour { Button btn_close; Button btn_mask; TMP_Text text_time; GameObject item; GameObject item_special_bait1; GameObject item_special_bait2; GameObject item_special_money1; GameObject item_special_money2; GameObject item_special_skin; Tables tables; FishingEventData fishingEventData; Timer timer; List pvpStoreItems = new List(); DateTime endTime; private void Awake() { tables = GContext.container.Resolve(); fishingEventData = GContext.container.Resolve(); btn_mask = transform.Find("mask").GetComponent