mirror of
https://github.com/ppy/osu.git
synced 2025-02-19 12:23:13 +08:00
Move tests to parent namespace for now
This commit is contained in:
parent
c0f6e4687a
commit
ce4843be22
@ -7,7 +7,7 @@ using osu.Framework.Graphics;
|
|||||||
using osu.Framework.Graphics.Sprites;
|
using osu.Framework.Graphics.Sprites;
|
||||||
using osu.Game.Graphics.UserInterface;
|
using osu.Game.Graphics.UserInterface;
|
||||||
|
|
||||||
namespace osu.Game.Tests.Visual.UserInterface.MenuItems
|
namespace osu.Game.Tests.Visual.UserInterface
|
||||||
{
|
{
|
||||||
public class TestSceneStatefulMenuItem : OsuTestScene
|
public class TestSceneStatefulMenuItem : OsuTestScene
|
||||||
{
|
{
|
@ -6,7 +6,7 @@ using System.Collections.Generic;
|
|||||||
using osu.Framework.Graphics;
|
using osu.Framework.Graphics;
|
||||||
using osu.Game.Graphics.UserInterface;
|
using osu.Game.Graphics.UserInterface;
|
||||||
|
|
||||||
namespace osu.Game.Tests.Visual.UserInterface.MenuItems
|
namespace osu.Game.Tests.Visual.UserInterface
|
||||||
{
|
{
|
||||||
public class TestSceneThreeStateMenuItem : OsuTestScene
|
public class TestSceneThreeStateMenuItem : OsuTestScene
|
||||||
{
|
{
|
@ -6,7 +6,7 @@ using System.Collections.Generic;
|
|||||||
using osu.Framework.Graphics;
|
using osu.Framework.Graphics;
|
||||||
using osu.Game.Graphics.UserInterface;
|
using osu.Game.Graphics.UserInterface;
|
||||||
|
|
||||||
namespace osu.Game.Tests.Visual.UserInterface.MenuItems
|
namespace osu.Game.Tests.Visual.UserInterface
|
||||||
{
|
{
|
||||||
public class TestSceneToggleMenuItem : OsuTestScene
|
public class TestSceneToggleMenuItem : OsuTestScene
|
||||||
{
|
{
|
Loading…
Reference in New Issue
Block a user