Change default IsBonus definition and remove unnecessary overrides

This commit is contained in:
Dean Herbert
2018-06-29 17:07:08 +09:00
parent cacabeb67e
commit c0b65a6a73
7 changed files with 1 additions and 7 deletions

View File

@ -8,7 +8,6 @@ namespace osu.Game.Rulesets.Catch.Judgements
public class CatchBananaJudgement : CatchJudgement
{
public override bool AffectsCombo => false;
public override bool IsBonus => true;
public override bool ShouldExplode => true;