mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 06:52:55 +08:00
remove empty object ctar args
This commit is contained in:
parent
6600f7b30e
commit
0a48f8eadd
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user