Make ParticipantsList use the new participants property

This commit is contained in:
smoogipoo
2020-02-27 19:24:13 +09:00
parent 99442ec9c3
commit 97c07281d8
2 changed files with 42 additions and 51 deletions

View File

@ -59,7 +59,7 @@ namespace osu.Game.Online.Multiplayer
public Bindable<int?> MaxParticipants { get; private set; } = new Bindable<int?>();
[Cached]
[JsonIgnore]
[JsonProperty("recent_participants")]
public BindableList<User> Participants { get; private set; } = new BindableList<User>();
[Cached]