Rename GameModes namespace to Screens.

This commit is contained in:
Dean Herbert
2016-11-14 17:23:33 +09:00
parent 1d51e6af2a
commit 0f4538f69f
72 changed files with 246 additions and 413 deletions

View File

@ -7,7 +7,7 @@ using osu.Game.Beatmaps;
using osu.Game.Beatmaps.Formats;
using osu.Game.Beatmaps.Objects.Osu;
using osu.Game.Beatmaps.Samples;
using osu.Game.GameModes.Play;
using osu.Game.Screens.Play;
using osu.Game.Tests.Resources;
namespace osu.Game.Tests.Beatmaps.Formats

View File

@ -8,7 +8,7 @@ using osu.Framework.Desktop.Platform;
using osu.Framework.Platform;
using osu.Game.Database;
using osu.Game.IPC;
using osu.Game.GameModes.Play;
using osu.Game.Screens.Play;
namespace osu.Game.Tests.Beatmaps.IO
{

View File

@ -2,7 +2,6 @@
using System.IO;
using NUnit.Framework;
using osu.Game.Beatmaps.IO;
using osu.Game.GameModes.Play;
using osu.Game.Tests.Resources;
namespace osu.Game.Tests.Beatmaps.IO