mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
CI fixes
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user