10 lines
183 B
C#
10 lines
183 B
C#
|
using System.Collections;
|
||
|
using System.Collections.Generic;
|
||
|
using TMPro;
|
||
|
using UnityEngine;
|
||
|
|
||
|
public class VoterSticker : MonoBehaviour
|
||
|
{
|
||
|
public TextMeshProUGUI playerNameLabel;
|
||
|
}
|