1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-20 05:36:05 +08:00

Move border to more appropriate namespace

This commit is contained in:
Bartłomiej Dach 2020-10-19 20:56:34 +02:00
parent 4af3fd1ed6
commit 4267d23d59
3 changed files with 1 additions and 3 deletions

View File

@ -20,7 +20,6 @@ using osu.Game.Skinning;
using osu.Framework.Allocation;
using osu.Game.Configuration;
using osu.Framework.Bindables;
using osu.Game.Screens;
using osuTK;
namespace osu.Game.Rulesets.Osu.UI

View File

@ -20,7 +20,6 @@ using osu.Game.Rulesets.Objects;
using osu.Game.Rulesets.Objects.Drawables;
using osu.Game.Rulesets.UI;
using osu.Game.Rulesets.UI.Scrolling;
using osu.Game.Screens;
using osu.Game.Screens.Edit;
using osu.Game.Screens.Edit.Components.RadioButtons;
using osu.Game.Screens.Edit.Components.TernaryButtons;

View File

@ -6,7 +6,7 @@ using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shapes;
using osuTK.Graphics;
namespace osu.Game.Screens
namespace osu.Game.Rulesets.UI
{
/// <summary>
/// Provides a border around the playfield.