1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-10 02:13:40 +08:00

Rename test scene to match new RoomListing class name

This commit is contained in:
Dean Herbert
2025-03-05 13:51:56 +09:00
Unverified
parent 0d3e66fbfa
commit 9ca1274495
@@ -18,7 +18,7 @@ using osuTK.Input;
namespace osu.Game.Tests.Visual.Multiplayer
{
public partial class TestSceneLoungeRoomsContainer : OnlinePlayTestScene
public partial class TestSceneRoomListing : OnlinePlayTestScene
{
private BindableList<Room> rooms = null!;
private IBindable<Room?> selectedRoom = null!;