1
0
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:
miterosan 2018-08-22 21:39:59 +02:00
parent 6600f7b30e
commit 0a48f8eadd

View File

@ -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),