1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-01 14:46:05 +08:00

Move SkinnableElementTargetContainer out of HUD namespace

This commit is contained in:
Dean Herbert
2021-05-12 15:59:33 +09:00
Unverified
parent 29e6f6b6b6
commit 494a1b01a5
2 changed files with 2 additions and 3 deletions
-1
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
@@ -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
{