using asap.core; using cfg; using GameCore; using TMPro; using UnityEngine; using UnityEngine.UI; public class CampInfoPanel : MonoBehaviour { private TMP_Text _textPrice; private RewardItemNew _reward; private Button _btnClose; private void Awake() { _btnClose = transform.Find("btn_close").GetComponent