mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
remove empty object ctar args
This commit is contained in:
@ -23,7 +23,7 @@ namespace osu.Game.Rulesets.Osu.Mods
|
||||
public override string Description => "Everything rotates. EVERYTHING.";
|
||||
public override double ScoreMultiplier => 1;
|
||||
|
||||
private readonly IReadOnlyList<Type> targetHitObjectTypes = new List<Type>() {
|
||||
private readonly IReadOnlyList<Type> targetHitObjectTypes = new List<Type> {
|
||||
typeof(HitCircle),
|
||||
typeof(Slider),
|
||||
typeof(Spinner),
|
||||
|
Reference in New Issue
Block a user