Move OsuJudgementInfo to its own class, remove PositionalJudgementInfo.

This commit is contained in:
smoogipooo
2017-03-15 19:23:42 +09:00
parent a9bc253b8c
commit e0e0a2726d
10 changed files with 55 additions and 43 deletions

View File

@ -3,7 +3,7 @@
using osu.Game.Modes.Judgements;
using osu.Game.Modes.Objects.Drawables;
using osu.Game.Modes.Osu.Objects.Drawables;
using osu.Game.Modes.Osu.Judgements;
namespace osu.Game.Modes.Osu
{