Snaparazzi/Assets/Scripts/VoterSticker.cs

10 lines
183 B
C#
Raw Normal View History

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