mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
HitRenderer -> RulesetContainer
This commit is contained in:
@ -14,8 +14,8 @@ namespace osu.Game.Rulesets.Catch.Scoring
|
||||
{
|
||||
}
|
||||
|
||||
public CatchScoreProcessor(HitRenderer<CatchBaseHit, CatchJudgement> hitRenderer)
|
||||
: base(hitRenderer)
|
||||
public CatchScoreProcessor(RulesetContainer<CatchBaseHit, CatchJudgement> rulesetContainer)
|
||||
: base(rulesetContainer)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user