Remove APIScore and replace its final usage

This commit is contained in:
Salman Ahmed
2022-07-25 13:03:06 +03:00
parent 068063a43a
commit d04df19c7e
3 changed files with 10 additions and 182 deletions

View File

@ -9,7 +9,6 @@ using JetBrains.Annotations;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using osu.Game.Online.API;
using osu.Game.Online.API.Requests.Responses;
using osu.Game.Rulesets.Scoring;
using osu.Game.Scoring;
@ -17,7 +16,6 @@ namespace osu.Game.Online.Solo
{
/// <summary>
/// A class specifically for sending scores to the API during score submission.
/// This is used instead of <see cref="APIScore"/> due to marginally different serialisation naming requirements.
/// </summary>
[Serializable]
public class SubmittableScore