A bit of cleanup + xmldocs on classes/members

This commit is contained in:
Dan Balasescu
2021-12-09 01:29:45 +09:00
parent be2dbf42c3
commit 3b4833ca8e
6 changed files with 71 additions and 21 deletions

View File

@ -44,7 +44,7 @@ namespace osu.Game.Screens.OnlinePlay.Components
{
RelativeSizeAxes = Axes.Both,
Padding = new MarginPadding { Bottom = 10 },
Child = playlist = new PlaylistsRoomPlaylist
Child = playlist = new PlaylistsRoomSettingsPlaylist
{
RelativeSizeAxes = Axes.Both,
AllowSelection = true,