private void ScoreChanged(int score) { score = ScoreController.GetScoreForGameplayModifiers(score, SteamAPI.GetGameplayModifiers(), _gameplayModifiersSO); PlayerController.Instance.UpdatePlayerScoring("playerScore", (uint)score); }