Move files to UI namespace

This commit is contained in:
Dean Herbert
2022-02-14 17:51:39 +09:00
parent 80ba06b0e3
commit b9d9fc56af
9 changed files with 12 additions and 8 deletions

View File

@ -4,6 +4,7 @@
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Shapes;
using osu.Game.Graphics.Containers;
namespace osu.Game.Overlays.Settings
{