Example #1
0
 private void Awake()
 {
     ScoreComponent.AddOnScoreIncreaseListener((int score) => { ScoreViewComponent.SetScoreText(score); });
     ScoreComponent.AddOnScoreResetListener((int score) => { ScoreViewComponent.SetScoreText(score); });
 }