Move play modes to Modes namespace.

This commit is contained in:
Dean Herbert
2016-11-14 18:03:20 +09:00
parent 0f4538f69f
commit 06f4f93918
66 changed files with 163 additions and 172 deletions

View File

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