Merge branch 'master' into lounge-redesign

This commit is contained in:
smoogipoo
2021-08-11 18:15:34 +09:00
28 changed files with 516 additions and 57 deletions

View File

@ -31,7 +31,7 @@ namespace osu.Game.Screens.Play.HUD
private UserLookupCache userLookupCache { get; set; }
private readonly ScoreProcessor scoreProcessor;
private readonly BindableList<int> playingUsers;
private readonly IBindableList<int> playingUsers;
private Bindable<ScoringMode> scoringMode;
/// <summary>