public void PlayerScored() { Score++; uiManager.UpdateScore(Score); soundsManager.PlayScoredSound(); }