mirror of
https://github.com/ppy/osu.git
synced 2025-02-21 00:12:59 +08:00
Move RankingsScopeSelector to another namespace
This commit is contained in:
parent
f6de286868
commit
41ad44791b
@ -5,10 +5,10 @@ using System;
|
||||
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
|
||||
{
|
||||
|
@ -5,7 +5,7 @@ using osu.Game.Graphics.UserInterface;
|
||||
using osu.Framework.Allocation;
|
||||
using osuTK.Graphics;
|
||||
|
||||
namespace osu.Game.Overlays
|
||||
namespace osu.Game.Overlays.Rankings
|
||||
{
|
||||
public class RankingsScopeSelector : GradientLineTabControl<RankingsScope>
|
||||
{
|
Loading…
Reference in New Issue
Block a user