mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 09:32:55 +08:00
Remove redundant initializing field by default
This commit is contained in:
parent
f20e3ff31d
commit
3894622ddc
@ -20,7 +20,7 @@ namespace osu.Game.Beatmaps
|
||||
public float DrainRate { get; set; } = DEFAULT_DIFFICULTY;
|
||||
public float CircleSize { get; set; } = DEFAULT_DIFFICULTY;
|
||||
public float OverallDifficulty { get; set; } = DEFAULT_DIFFICULTY;
|
||||
private float? approachRate = null;
|
||||
private float? approachRate;
|
||||
public float ApproachRate
|
||||
{
|
||||
get
|
||||
|
Loading…
Reference in New Issue
Block a user