API request clean-up

This commit is contained in:
Dean Herbert
2019-05-15 18:21:06 +09:00
parent 827ca445b1
commit 1505ca976b
2 changed files with 18 additions and 14 deletions

View File

@ -31,9 +31,9 @@ namespace osu.Game.Online.API.Requests.Responses
public List<APIChangelogEntry> ChangelogEntries { get; set; }
[JsonProperty("versions")]
public VersionNativation Versions { get; set; }
public VersionNatigation Versions { get; set; }
public class VersionNativation
public class VersionNatigation
{
[JsonProperty("next")]
public APIChangelogBuild Next { get; set; }