using System.Collections; using System.Collections.Generic; using TMPro; using UnityEngine; public class VoterSticker : MonoBehaviour { public TextMeshProUGUI playerNameLabel; }