Add basic slider judgement handling.

This commit is contained in:
Dean Herbert
2016-11-29 21:40:24 +09:00
parent a0503bd13f
commit f8c1f4dd58
2 changed files with 14 additions and 2 deletions

View File

@ -17,7 +17,7 @@ namespace osu.Game.Modes.Objects.Drawables
public Container<DrawableHitObject> ChildObjects;
protected JudgementInfo Judgement;
public JudgementInfo Judgement;
public abstract JudgementInfo CreateJudgementInfo();
@ -84,7 +84,7 @@ namespace osu.Game.Modes.Objects.Drawables
protected virtual void CheckJudgement(bool userTriggered)
{
//todo: consider making abstract.
}
protected override void Update()