Rename variable

This commit is contained in:
smoogipoo
2018-12-22 15:46:04 +09:00
parent b9ec179713
commit baed0ef3ba
3 changed files with 3 additions and 3 deletions

View File

@ -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; }
}
}