mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 11:42:54 +08:00
Move MaxCombo to base DifficultyAttributes
This commit is contained in:
parent
7de9d381de
commit
1c1afa1c96
@ -8,6 +8,5 @@ namespace osu.Game.Rulesets.Catch.Difficulty
|
||||
public class CatchDifficultyAttributes : DifficultyAttributes
|
||||
{
|
||||
public double ApproachRate;
|
||||
public int MaxCombo;
|
||||
}
|
||||
}
|
||||
|
@ -11,6 +11,5 @@ namespace osu.Game.Rulesets.Osu.Difficulty
|
||||
public double SpeedStrain;
|
||||
public double ApproachRate;
|
||||
public double OverallDifficulty;
|
||||
public int MaxCombo;
|
||||
}
|
||||
}
|
||||
|
@ -8,6 +8,5 @@ namespace osu.Game.Rulesets.Taiko.Difficulty
|
||||
public class TaikoDifficultyAttributes : DifficultyAttributes
|
||||
{
|
||||
public double GreatHitWindow;
|
||||
public int MaxCombo;
|
||||
}
|
||||
}
|
||||
|
@ -12,6 +12,7 @@ namespace osu.Game.Rulesets.Difficulty
|
||||
public Skill[] Skills;
|
||||
|
||||
public double StarRating;
|
||||
public int MaxCombo;
|
||||
|
||||
public DifficultyAttributes()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user