Make skip button work.

This commit is contained in:
Dean Herbert
2017-01-27 21:57:22 +09:00
parent 420e61fa97
commit 3e7503e860
13 changed files with 321 additions and 271 deletions

View File

@ -7,6 +7,7 @@ using osu.Game.Modes.UI;
using OpenTK;
using OpenTK.Input;
using osu.Framework.Graphics.Primitives;
using osu.Game.Screens.Play;
namespace osu.Game.Modes.Osu.UI
{