using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using TMPro; public class BuildingMenuSlot : MonoBehaviour { public PlacedObjectTypeSO placedObjectTypeSO; Image img; Button btn; TextMeshProUGUI textObj; void Start() { img = transform.Find("Image").gameObject.GetComponent(); btn = GetComponent