mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Cleanup spotlight selection
This commit is contained in:
@ -27,7 +27,7 @@ namespace osu.Game.Online.API.Requests.Responses
|
||||
public DateTimeOffset EndDate;
|
||||
|
||||
[JsonProperty(@"participant_count")]
|
||||
public int? ParticipantCount;
|
||||
public int ParticipantCount;
|
||||
|
||||
public override string ToString() => Name;
|
||||
}
|
||||
|
Reference in New Issue
Block a user