Snaparazzi/Assets/Scripts/VoterSticker.cs
Morgan - 6 Freedom c33825d600 users can vote
2024-01-28 13:18:40 +01:00

10 lines
183 B
C#

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