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

@ -5,10 +5,10 @@ using osu.Framework.GameModes.Testing;
using System.Collections.Generic;
using osu.Desktop.Platform;
using osu.Game.Database;
using osu.Game.GameModes.Play;
using SQLiteNetExtensions.Extensions;
using osu.Framework;
using osu.Game;
using osu.Game.Screens.Play;
namespace osu.Desktop.Tests
{