Move skin editor to overlays namespace

This commit is contained in:
Dean Herbert
2023-01-26 18:21:04 +09:00
parent 10df64467a
commit 8dc2e6872e
15 changed files with 21 additions and 19 deletions

View File

@ -17,9 +17,9 @@ using osu.Framework.Platform;
using osu.Game.Database;
using osu.Game.Graphics.UserInterface;
using osu.Game.Localisation;
using osu.Game.Overlays.SkinEditor;
using osu.Game.Screens.Select;
using osu.Game.Skinning;
using osu.Game.Skinning.Editor;
using Realms;
namespace osu.Game.Overlays.Settings.Sections