Snaparazzi/Assets/Scripts/VoterSticker.cs

10 lines
183 B
C#
Raw Normal View History

2024-01-28 12:18:40 +00:00
using System.Collections;
using System.Collections.Generic;
using TMPro;
using UnityEngine;
public class VoterSticker : MonoBehaviour
{
public TextMeshProUGUI playerNameLabel;
}