using GameCore; using UnityEngine; using UnityEngine.UI; public class GiftSelectionPackSlot : MonoBehaviour { private Button _btnEmpty, _btnReward, _btnSelect; private RewardItemNew _reward; private void Awake() { _btnEmpty = transform.Find("empty").GetComponent