mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Rename variable
This commit is contained in:
@ -12,6 +12,6 @@ namespace osu.Game.Online.API.Requests.Responses
|
||||
public int TotalAttempts { get; set; }
|
||||
|
||||
[JsonProperty("completed")]
|
||||
public int CompletedAttempts { get; set; }
|
||||
public int CompletedBeatmaps { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user