Move RankingsScopeSelector to another namespace

This commit is contained in:
Andrei Zavatski 2019-09-11 11:58:18 +03:00
parent f6de286868
commit 41ad44791b
2 changed files with 2 additions and 2 deletions

View File

@ -5,10 +5,10 @@
using System.Collections.Generic;
using osu.Framework.Graphics;
using osu.Framework.Bindables;
using osu.Game.Overlays;
using osu.Framework.Graphics.Shapes;
using osu.Framework.Allocation;
using osu.Game.Graphics;
using osu.Game.Overlays.Rankings;
namespace osu.Game.Tests.Visual.Online
{

View File

@ -5,7 +5,7 @@
using osu.Framework.Allocation;
using osuTK.Graphics;
namespace osu.Game.Overlays
namespace osu.Game.Overlays.Rankings
{
public class RankingsScopeSelector : GradientLineTabControl<RankingsScope>
{