mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
hitObjectsNumber -> hitObjectCount
This commit is contained in:
@ -18,7 +18,7 @@ namespace osu.Game.Modes.Catch
|
||||
|
||||
protected override PlayMode PlayMode => PlayMode.Catch;
|
||||
|
||||
public override ScoreProcessor CreateScoreProcessor(int hitObjectsNumber) => null;
|
||||
public override ScoreProcessor CreateScoreProcessor(int hitObjectCount) => null;
|
||||
|
||||
public override HitObjectParser CreateHitObjectParser() => new OsuHitObjectParser();
|
||||
}
|
||||
|
Reference in New Issue
Block a user