mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Ignore some properties
This commit is contained in:
@ -17,10 +17,10 @@ namespace osu.Game.Rulesets.Difficulty
|
||||
[JsonIgnore]
|
||||
public Skill[] Skills { get; set; }
|
||||
|
||||
[JsonProperty("star_rating")]
|
||||
[JsonProperty("star_rating", Order = -3)]
|
||||
public double StarRating { get; set; }
|
||||
|
||||
[JsonProperty("max_combo")]
|
||||
[JsonProperty("max_combo", Order = -2)]
|
||||
public int MaxCombo { get; set; }
|
||||
|
||||
public DifficultyAttributes()
|
||||
|
Reference in New Issue
Block a user