mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Also make APIUser
opt-in and remove the remaining serialization exclusion rule
This commit is contained in:
@ -12,6 +12,7 @@ using osu.Game.Users;
|
||||
|
||||
namespace osu.Game.Online.API.Requests.Responses
|
||||
{
|
||||
[JsonObject(MemberSerialization.OptIn)]
|
||||
public class APIUser : IEquatable<APIUser>, IUser
|
||||
{
|
||||
[JsonProperty(@"id")]
|
||||
|
Reference in New Issue
Block a user