mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Require ScoreProcessor to receive ruleset
This commit is contained in:
@ -7,6 +7,11 @@ namespace osu.Game.Rulesets.Catch.Scoring
|
||||
{
|
||||
public class CatchScoreProcessor : ScoreProcessor
|
||||
{
|
||||
public CatchScoreProcessor(Ruleset ruleset)
|
||||
: base(ruleset)
|
||||
{
|
||||
}
|
||||
|
||||
protected override double ClassicScoreMultiplier => 28;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user