Inherit ResponseWithCursor

This commit is contained in:
smoogipoo 2020-07-22 18:51:54 +09:00
parent ec33a6ea87
commit 634efe31f8
1 changed files with 1 additions and 7 deletions

View File

@ -10,14 +10,8 @@ namespace osu.Game.Online.Multiplayer
/// <summary>
/// An object which contains scores and related data for fetching next pages.
/// </summary>
public class MultiplayerScores
public class MultiplayerScores : ResponseWithCursor
{
/// <summary>
/// To be used for fetching the next page.
/// </summary>
[JsonProperty("cursor")]
public Cursor Cursor { get; set; }
/// <summary>
/// The scores.
/// </summary>