Remove intermediate Screens namespace

This commit is contained in:
smoogipoo
2018-11-06 18:28:22 +09:00
parent ac25718c5a
commit 52f4923c8e
35 changed files with 43 additions and 51 deletions

View File

@ -5,8 +5,8 @@ using System;
using System.Collections.Generic;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Game.Screens.Edit.Screens.Compose;
using osu.Game.Screens.Edit.Screens.Compose.Components;
using osu.Game.Screens.Edit;
using osu.Game.Screens.Edit.Compose.Components;
using OpenTK;
namespace osu.Game.Tests.Visual