Prevent incorrect usages by hard-typing ctor type

This commit is contained in:
Dan Balasescu
2022-03-15 09:11:57 +09:00
parent 028750936c
commit 59d57a44d4
7 changed files with 10 additions and 7 deletions

View File

@ -7,7 +7,7 @@ namespace osu.Game.Rulesets.Catch.Scoring
{
public class CatchScoreProcessor : ScoreProcessor
{
public CatchScoreProcessor(Ruleset ruleset)
public CatchScoreProcessor(CatchRuleset ruleset)
: base(ruleset)
{
}