Remove participant count (not returned by API)

This commit is contained in:
smoogipoo
2020-01-14 14:41:38 +09:00
parent 05702af905
commit 33993837b7
3 changed files with 0 additions and 9 deletions

View File

@ -26,9 +26,6 @@ namespace osu.Game.Online.API.Requests.Responses
[JsonProperty(@"end_date")]
public DateTimeOffset EndDate;
[JsonProperty(@"participant_count")]
public int ParticipantCount;
public override string ToString() => Name;
}
}