public void UpdateAndSaveHighScore() { recordedData.UpdateHighScore(currentPlayData); recordedData.Save(); }