1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 17:35:10 +08:00

Remove unnecessary initialiser

This commit is contained in:
Bartłomiej Dach 2020-08-18 19:31:10 +02:00
parent ff44437706
commit f22050c975

View File

@ -15,7 +15,7 @@ namespace osu.Game.Rulesets.Taiko.Difficulty.Preprocessing
public readonly TaikoDifficultyHitObjectRhythm Rhythm; public readonly TaikoDifficultyHitObjectRhythm Rhythm;
public readonly HitType? HitType; public readonly HitType? HitType;
public bool StaminaCheese = false; public bool StaminaCheese;
public readonly int ObjectIndex; public readonly int ObjectIndex;