public class UIScoreText : UITextDisplayBase
{
protected override void Awake()
base.Awake();
_textChanger = FindObjectOfType<ScoreController>();
}