using UnityEngine; using UnityEngine.UI; public class columnCardPrefab : MonoBehaviour { public Text columnNameText; }