1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 09:58:21 +08:00

Merge pull request #3318 from cl8n/update-user-api

Update LastVisit JSON property name
This commit is contained in:
Dean Herbert 2018-10-04 13:56:37 +09:00 committed by GitHub
commit d801ce7afb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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")]