1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-16 01:42:58 +08:00

Make BeatmapCollectionManager a component

This commit is contained in:
Dean Herbert 2020-09-09 14:31:23 +09:00
parent 66d3bda962
commit 8cd0bbe469

View File

@ -11,7 +11,7 @@ using System.Threading.Tasks;
using osu.Framework;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics;
using osu.Framework.Logging;
using osu.Framework.Platform;
using osu.Game.Beatmaps;
@ -20,7 +20,7 @@ using osu.Game.Overlays.Notifications;
namespace osu.Game.Collections
{
public class BeatmapCollectionManager : CompositeDrawable
public class BeatmapCollectionManager : Component
{
/// <summary>
/// Database version in stable-compatible YYYYMMDD format.