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

@ -7,6 +7,7 @@ using osu.Framework.GameModes.Testing;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Transformations;
using osu.Game.Graphics.Containers;
using osu.Game.Modes;
using osu.Game.Screens.Backgrounds;
using osu.Game.Screens.Charts;
using osu.Game.Screens.Direct;