using System; using asap.core; using UnityEngine; using UnityEngine.Rendering; using UnityEngine.UI; namespace game { public class HomeBtnHexMap : MonoBehaviour { private Button _btnEnter; private void Awake() { _btnEnter = transform.GetComponent