Add concept of ScoreProcessor.

This commit is contained in:
Dean Herbert
2016-11-29 20:30:16 +09:00
parent 9871960112
commit 9d2a69f1e2
11 changed files with 44 additions and 9 deletions

View File

@ -18,7 +18,7 @@ namespace osu.Game.Modes
public abstract ScoreOverlay CreateScoreOverlay();
public abstract Score CreateScore();
public abstract ScoreProcessor CreateScoreProcessor();
public abstract HitRenderer CreateHitRendererWith(List<HitObject> objects);