mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Remove unnecessary initialiser
This commit is contained in:
@ -15,7 +15,7 @@ namespace osu.Game.Rulesets.Taiko.Difficulty.Preprocessing
|
||||
public readonly TaikoDifficultyHitObjectRhythm Rhythm;
|
||||
public readonly HitType? HitType;
|
||||
|
||||
public bool StaminaCheese = false;
|
||||
public bool StaminaCheese;
|
||||
|
||||
public readonly int ObjectIndex;
|
||||
|
||||
|
Reference in New Issue
Block a user