mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Add basic slider judgement handling.
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user