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:
parent
29e6f6b6b6
commit
494a1b01a5
@ -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
|
||||
{
|
Loading…
Reference in New Issue
Block a user