1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 22:20:54 +08:00

Move external edit overlay to more proper namespace

This commit is contained in:
Bartłomiej Dach
2025-06-30 12:54:16 +02:00
Unverified
parent 368850967b
commit a95987aadf
@@ -29,7 +29,7 @@ using osu.Game.Skinning;
using osuTK;
using osuTK.Graphics;
namespace osu.Game.Overlays
namespace osu.Game.Overlays.SkinEditor
{
public partial class ExternalEditOverlay : OsuFocusedOverlayContainer
{