mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 01:47:30 +09:00
Update LastVisit JSON property name
This commit is contained in:
parent
df18508bd6
commit
e1f01d6f73
@ -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")]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user