Update references.

This commit is contained in:
Dean Herbert
2017-03-28 21:26:20 +09:00
parent 24a105704a
commit f7dc7e9bb9
62 changed files with 5 additions and 64 deletions

View File

@ -2,10 +2,8 @@
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Framework.Allocation;
using osu.Framework.Screens;
using osu.Framework.Screens.Testing;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Transforms;
using osu.Framework.Screens;
using osu.Game.Graphics.Containers;
using osu.Game.Screens.Backgrounds;
using osu.Game.Screens.Charts;
@ -16,6 +14,7 @@ using OpenTK;
using osu.Game.Screens.Select;
using osu.Game.Screens.Tournament;
using osu.Framework.Input;
using osu.Framework.Screens.Testing;
using OpenTK.Input;
namespace osu.Game.Screens.Menu