mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Prevent incorrect usages by hard-typing ctor type
This commit is contained in:
@ -7,7 +7,7 @@ namespace osu.Game.Rulesets.Catch.Scoring
|
||||
{
|
||||
public class CatchScoreProcessor : ScoreProcessor
|
||||
{
|
||||
public CatchScoreProcessor(Ruleset ruleset)
|
||||
public CatchScoreProcessor(CatchRuleset ruleset)
|
||||
: base(ruleset)
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user