mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Fix typo in VersionNavigation class name
This commit is contained in:
parent
d5a7b839ee
commit
84a0b948e1
@ -31,9 +31,9 @@ namespace osu.Game.Online.API.Requests.Responses
|
||||
public List<APIChangelogEntry> ChangelogEntries { get; set; }
|
||||
|
||||
[JsonProperty("versions")]
|
||||
public VersionNatigation Versions { get; set; }
|
||||
public VersionNavigation Versions { get; set; }
|
||||
|
||||
public class VersionNatigation
|
||||
public class VersionNavigation
|
||||
{
|
||||
[JsonProperty("next")]
|
||||
public APIChangelogBuild Next { get; set; }
|
||||
|
Loading…
Reference in New Issue
Block a user