1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-12 02:27:28 +08:00

Fix formatting

This commit is contained in:
Layendan 2025-01-23 15:37:30 -07:00
parent 13c64b59af
commit b0a7237fd6

View File

@ -39,7 +39,7 @@ namespace osu.Game.Screens.OnlinePlay.Lounge
/// <summary>
/// A <see cref="DrawableRoom"/> with lounge-specific interactions such as selection and hover sounds.
/// </summary>
public partial class DrawableLoungeRoom : DrawableRoom, IFilterable, IHasContextMenu, IHasPopover, IKeyBindingHandler<GlobalAction>
public partial class DrawableLoungeRoom : DrawableRoom, IFilterable, IHasPopover, IKeyBindingHandler<GlobalAction>
{
private const float transition_duration = 60;
private const float selection_border_width = 4;
@ -59,9 +59,6 @@ namespace osu.Game.Screens.OnlinePlay.Lounge
[Resolved]
private IAPIProvider api { get; set; } = null!;
[Resolved]
private OsuGame? game { get; set; }
private readonly BindableWithCurrent<Room?> selectedRoom = new BindableWithCurrent<Room?>();
private Sample? sampleSelect;
private Sample? sampleJoin;