mirror of
https://github.com/ppy/osu.git
synced 2026-05-31 14:30:30 +08: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