mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Seal the ruleset creation methods and let abstract method take their place
Also makes `CreatePlayerRuleset()` and `CreateRulesetForSkinProvider()` not-null to avoid unwanted behaviour with their derivers
This commit is contained in:
@ -16,6 +16,6 @@ namespace osu.Game.Rulesets.Catch.Tests
|
||||
typeof(CatchRuleset),
|
||||
};
|
||||
|
||||
protected override Ruleset CreateRuleset() => new CatchRuleset();
|
||||
protected override Ruleset CreatePlayerRuleset() => new CatchRuleset();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user