/// <summary> /// Increments the score and calls the UI for display. /// </summary> public void IncrementScore() { _score++; UserInterface.AdjustScore(_score); }