Rename Debug namespace to avoid collisions

This commit is contained in:
Dean Herbert
2021-11-23 13:09:41 +09:00
parent ae1ae45df1
commit feb983d5bd
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ using osu.Framework.Graphics;
using osu.Framework.Graphics.Sprites;
using osu.Framework.Localisation;
using osu.Game.Localisation;
using osu.Game.Overlays.Settings.Sections.Debug;
using osu.Game.Overlays.Settings.Sections.DebugSettings;
namespace osu.Game.Overlays.Settings.Sections
{