1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 07:22:54 +08:00

Move SkinnableElementTargetContainer out of HUD namespace

This commit is contained in:
Dean Herbert 2021-05-12 15:59:33 +09:00
parent 29e6f6b6b6
commit 494a1b01a5
2 changed files with 2 additions and 3 deletions

View File

@ -13,7 +13,6 @@ using osu.Game.Graphics;
using osu.Game.Graphics.Containers;
using osu.Game.Graphics.Cursor;
using osu.Game.Graphics.UserInterface;
using osu.Game.Screens.Play.HUD;
using osuTK;
namespace osu.Game.Skinning.Editor

View File

@ -7,9 +7,9 @@ using System.Linq;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Game.Extensions;
using osu.Game.Skinning;
using osu.Game.Screens.Play.HUD;
namespace osu.Game.Screens.Play.HUD
namespace osu.Game.Skinning
{
public class SkinnableElementTargetContainer : SkinReloadableDrawable, ISkinnableTarget
{