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