using asap.core; using cfg; using GameCore; using System.Collections; using System.Collections.Generic; using TMPro; using UnityEngine; using UnityEngine.UI; public class EventTargetGrandPrizeTips : MonoBehaviour { Button btnClose; //Image bar; private void Awake() { btnClose = transform.Find("btn_close").GetComponent