1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 12:57:36 +08:00

Update LastVisit JSON property name

This commit is contained in:
clayton 2018-08-25 20:31:33 -07:00
parent df18508bd6
commit e1f01d6f73
No known key found for this signature in database
GPG Key ID: 27E0498D54E725EB

View File

@ -83,7 +83,7 @@ namespace osu.Game.Users
[JsonProperty(@"location")]
public string Location;
[JsonProperty(@"lastvisit")]
[JsonProperty(@"last_visit")]
public DateTimeOffset LastVisit;
[JsonProperty(@"twitter")]