Move a few classes/enums into separate files.

This commit is contained in:
smoogipooo
2017-03-15 16:07:40 +09:00
parent 1317198628
commit bf66b84ff8
11 changed files with 42 additions and 27 deletions

View File

@ -12,6 +12,7 @@ using osu.Game.Screens.Play;
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Game.Modes.Judgements;
namespace osu.Game.Modes.UI
{