Files
flufflparty-/FlufflParty/Assets/Scripts/Players/PlayerInfoElements.cs
T
2023-02-27 18:56:16 +01:00

12 lines
249 B
C#

using System.Collections;
using System.Collections.Generic;
using TMPro;
using UnityEngine;
public class PlayerInfoElements : MonoBehaviour
{
public TMP_Text textCoinInfo;
public TMP_Text textStarsInfo;
public TMP_Text textPlacement;
}