using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using UnityEngine.EventSystems; public class GameMenuView : MonoBehaviour { [SerializeField] GameObject funcView; Button[] funcItemButtons; [SerializeField] Text keyCodeText; void Awake() { funcItemButtons = funcView.transform.Find("Items").GetComponentsInChildren