mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 05:32:54 +08:00
No need to use properties
This commit is contained in:
parent
8f7334874c
commit
af218b3d8d
@ -8,8 +8,8 @@ namespace osu.Game.Rulesets.Osu.Difficulty
|
||||
{
|
||||
public class OsuDifficultyAttributes : DifficultyAttributes
|
||||
{
|
||||
public double AimStrain { get; set; }
|
||||
public double SpeedStrain { get; set; }
|
||||
public double AimStrain;
|
||||
public double SpeedStrain;
|
||||
|
||||
public OsuDifficultyAttributes(Mod[] mods, double starRating)
|
||||
: base(mods, starRating)
|
||||
|
Loading…
Reference in New Issue
Block a user