public class UIBonusText : UITextDisplayBase { protected override void Awake() { base.Awake(); _textChanger = FindObjectOfType(); } }