Exemplo n.º 1
0
        protected async void OnScoreChanged(int newScore, int diff)
        {
            await Api.AddPointsToUser(user.Id, room.Id, diff);

            StateHasChanged();
        }