using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class TimerText : UITextDisplayBase
{
protected override void Awake()
base.Awake();
_textChanger = FindObjectOfType<vTimerCounter>();
}