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,8 @@
using NUnit.Framework;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Game.Graphics.Containers;
using osu.Game.Graphics.UserInterface;
using osu.Game.Overlays;
using osu.Game.Overlays.Settings.Sections;
using osuTK;