This commit is contained in:
smoogipoo
2018-12-27 16:28:17 +09:00
parent c614505b7c
commit 8e031325dd
14 changed files with 56 additions and 35 deletions

View File

@ -50,7 +50,6 @@ namespace osu.Game.Online.Multiplayer
[JsonIgnore]
public Bindable<IEnumerable<User>> Participants { get; private set; } = new Bindable<IEnumerable<User>>(Enumerable.Empty<User>());
public Bindable<int> ParticipantCount { get; private set; } = new Bindable<int>();
// todo: TEMPORARY