mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 19:42:55 +08:00
Remove unnecessary initialiser
This commit is contained in:
parent
ff44437706
commit
f22050c975
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user