1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Move BeatmapSetDownloader to osu.Game.Beatmaps.Drawables

This commit is contained in:
DrabWeb 2018-06-04 20:30:54 -03:00
parent 9377ffb784
commit 01c5060bcf
3 changed files with 3 additions and 4 deletions

View File

@ -6,9 +6,8 @@ using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Configuration;
using osu.Framework.Graphics;
using osu.Game.Beatmaps;
namespace osu.Game.Graphics.UserInterface
namespace osu.Game.Beatmaps.Drawables
{
public class BeatmapSetDownloader : Drawable
{

View File

@ -4,9 +4,9 @@
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Game.Beatmaps;
using osu.Game.Beatmaps.Drawables;
using osu.Game.Graphics;
using osu.Game.Graphics.Sprites;
using osu.Game.Graphics.UserInterface;
using OpenTK;
namespace osu.Game.Overlays.BeatmapSet.Buttons

View File

@ -4,9 +4,9 @@
using osu.Framework.Graphics;
using osu.Framework.Input;
using osu.Game.Beatmaps;
using osu.Game.Beatmaps.Drawables;
using osu.Game.Graphics;
using osu.Game.Graphics.Containers;
using osu.Game.Graphics.UserInterface;
using OpenTK;
namespace osu.Game.Overlays.Direct