public void AddPointToScore(int point) { this.score += Mathf.RoundToInt(point * scoreModifier); scoreDisplay.AddPointToScore(); }