mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Merge pull request #3318 from cl8n/update-user-api
Update LastVisit JSON property name
This commit is contained in:
@ -83,7 +83,7 @@ namespace osu.Game.Users
|
|||||||
[JsonProperty(@"location")]
|
[JsonProperty(@"location")]
|
||||||
public string Location;
|
public string Location;
|
||||||
|
|
||||||
[JsonProperty(@"lastvisit")]
|
[JsonProperty(@"last_visit")]
|
||||||
public DateTimeOffset LastVisit;
|
public DateTimeOffset LastVisit;
|
||||||
|
|
||||||
[JsonProperty(@"twitter")]
|
[JsonProperty(@"twitter")]
|
||||||
|
Reference in New Issue
Block a user