private void Awake() { _pointsEarned = Camera.main.GetComponent <PointsEarned>(); _banners = Camera.main.GetComponent <Ads>(); }