mirror of
https://github.com/ppy/osu
synced 2025-02-21 04:57:11 +00:00
Merge branch 'master' into master
This commit is contained in:
commit
84f12c722f
@ -18,10 +18,11 @@ using System.Threading.Tasks;
|
||||
using osu.Framework.Allocation;
|
||||
using osu.Framework.Threading;
|
||||
using osu.Framework.Configuration;
|
||||
using osu.Game.Graphics.Containers;
|
||||
|
||||
namespace osu.Game.Screens.Select
|
||||
{
|
||||
internal class BeatmapCarousel : ScrollContainer
|
||||
internal class BeatmapCarousel : OsuScrollContainer
|
||||
{
|
||||
public BeatmapInfo SelectedBeatmap => selectedPanel?.Beatmap;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user