Move ScoreProcessor and Score to Scoring/.

This commit is contained in:
smoogipooo
2017-03-24 09:51:52 +09:00
parent c3adbb9b41
commit 2074812f46
35 changed files with 59 additions and 29 deletions

View File

@ -5,7 +5,9 @@ using osu.Game.Beatmaps;
using osu.Game.Modes.Catch.Beatmaps;
using osu.Game.Modes.Catch.Judgements;
using osu.Game.Modes.Catch.Objects;
using osu.Game.Modes.Catch.Scoring;
using osu.Game.Modes.Objects.Drawables;
using osu.Game.Modes.Scoring;
using osu.Game.Modes.UI;
namespace osu.Game.Modes.Catch.UI